Skip to content

Commit 8a7931f

Browse files
committed
Bump MSRV from "1.74.0" to "1.78.0"
1 parent d6ed6fa commit 8a7931f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- uses: dtolnay/rust-toolchain@v1
4242
with:
43-
toolchain: 1.74.0
43+
toolchain: 1.78.0
4444
components: rust-src
4545
- run: cargo install cargo-expand
4646
- run: cargo test -- --test-threads=1

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Please make sure to add your changes to the appropriate categories:
2424

2525
### Changed
2626

27-
- n/a
27+
- Bumped MSRV from "1.74.0" to "1.78.0".
2828

2929
### Deprecated
3030

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = "https://github.com/regexident/enumcapsulate"
88
documentation = "https://docs.rs/enumcapsulate"
99
license = "MPL-2.0"
1010
edition = "2021"
11-
rust-version = "1.74.0"
11+
rust-version = "1.78.0"
1212
version = "0.4.0"
1313

1414
[package]

0 commit comments

Comments
 (0)