Skip to content

Commit 036c221

Browse files
committed
cargo: Bump MSRV to 1.82 to satisfy indexmap 2.11.4
Signed-off-by: Andrew Jeffery <[email protected]>
1 parent 35c1004 commit 036c221

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
toolchain:
3939
# msrv
40-
- 1.81
40+
- 1.82
4141

4242
steps:
4343
- uses: actions/checkout@v4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["deku", "bits", "serialization", "deserialization", "struct"]
99
categories = ["encoding", "parsing", "no-std"]
1010
description = "bit level serialization/deserialization proc-macro for structs"
1111
readme = "README.md"
12-
rust-version = "1.81"
12+
rust-version = "1.82"
1313

1414
[lib]
1515
bench = false

deku-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
repository = "https://github.com/sharksforarms/deku"
88
description = "bit level serialization/deserialization proc-macro for structs"
99
readme = "../README.md"
10-
rust-version = "1.81"
10+
rust-version = "1.82"
1111

1212
[lib]
1313
proc-macro = true

0 commit comments

Comments
 (0)