Skip to content

Commit 33d2f73

Browse files
committed
Increase MSRV to 1.76
This is once again due to trybuild dependencies, which is lame, but no-one complained the last time, so hopefully it continues to be fine.
1 parent 6b22611 commit 33d2f73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: stable
4444
components: clippy, rustfmt, llvm-tools-preview
4545
- name: nightly
46-
- name: "1.70" # rust-version, msrv
46+
- name: "1.76" # rust-version, msrv
4747
steps:
4848
- name: Check out code
4949
uses: actions/checkout@v4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
publish = false # Use `release.sh`
1313
documentation = "https://docs.rs/modular-bitfield"
1414
repository = "https://github.com/modular-bitfield/modular-bitfield"
15-
rust-version = "1.70.0"
15+
rust-version = "1.76.0"
1616
version = "0.13.0-pre"
1717

1818
[package]

0 commit comments

Comments
 (0)