Skip to content

Commit f1bb82e

Browse files
committed
chore: Bump MSRV to 1.66
1 parent f527f93 commit f1bb82e

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

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/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)