Skip to content

Commit

Permalink
update msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
sharksforarms committed May 21, 2024
1 parent 1b2c94c commit 174857e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
toolchain:
# msrv
- 1.67.1
- 1.71

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["deku", "bits", "serialization", "deserialization", "struct"]
categories = ["encoding", "parsing", "no-std"]
description = "bit level serialization/deserialization proc-macro for structs"
readme = "README.md"
rust-version = "1.67.1"
rust-version = "1.71"

[lib]
bench = false
Expand Down

0 comments on commit 174857e

Please sign in to comment.