Skip to content

Commit 21cd43a

Browse files
authored
Merge pull request #395 from epage/toml
chore: Update toml_edit
2 parents f527f93 + 62e3dbb commit 21cd43a

File tree

7 files changed

+47
-16
lines changed

7 files changed

+47
-16
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# force LF on checkout to avoid rustfmt messing up the EOL
2+
* text eol=lf

Cargo.lock

Lines changed: 31 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolver = "2"
66
repository = "https://github.com/assert-rs/snapbox/"
77
license = "MIT OR Apache-2.0"
88
edition = "2021"
9-
rust-version = "1.65" # MSRV
9+
rust-version = "1.66" # MSRV
1010
include = [
1111
"build.rs",
1212
"src/**/*",

crates/snapbox/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Compatibility
11+
12+
- Bump MSRV to 1.66
13+
1014
## [0.6.21] - 2024-12-16
1115

1216
### Features

crates/trycmd/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Compatibility
11+
12+
- Bump MSRV to 1.66
13+
1014
## [0.15.9] - 2025-02-12
1115

1216
### Features

crates/trycmd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ serde = { version = "1.0", features = ["derive"] }
5353
shlex = "1.1.0"
5454
humantime = "2"
5555
humantime-serde = "1"
56-
toml_edit = { version = "0.22.13", features = ["serde"] }
56+
toml_edit = { version = "0.23.0", features = ["serde"] }
5757
escargot = { version = "0.5.13", optional = true }
5858

5959
schemars = { version = "0.8.21", features = ["preserve_order"], optional = true }

crates/tryfn/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Compatibility
11+
12+
- Bump MSRV to 1.66
13+
1014
## [0.2.3] - 2024-07-25
1115

1216
## [0.2.2] - 2024-07-23

0 commit comments

Comments
 (0)