Skip to content

Commit be24b40

Browse files
committed
chore: bump minimum Rust
Signed-off-by: Richard Zak <[email protected]>
1 parent 4ca2308 commit be24b40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
toolchain:
17-
- 1.81.0
17+
- 1.85.0
1818
- stable
1919
- beta
2020
- nightly

ciborium-ll/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "Low-level CBOR codec primitives"
1010
readme = "README.md"
1111
keywords = ["cbor"]
1212
categories = ["data-structures", "embedded", "encoding", "no-std", "parsing"]
13-
rust-version = "1.81"
13+
rust-version = "1.85"
1414

1515
[badges]
1616
# See https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section

ciborium/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "serde implementation of CBOR using ciborium-basic"
1010
readme = "README.md"
1111
keywords = ["cbor", "serde"]
1212
categories = ["data-structures", "embedded", "encoding", "no-std", "parsing"]
13-
rust-version = "1.81"
13+
rust-version = "1.85"
1414

1515
[badges]
1616
# See https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section

0 commit comments

Comments
 (0)