Skip to content

Commit

Permalink
chore: bump to Rust 1.58
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak authored and rvolosatovs committed Sep 9, 2023
1 parent a5bfd82 commit 3b4d95d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
toolchain:
- 1.56.0
- 1.58.0
- stable
- beta
- nightly
Expand Down
2 changes: 1 addition & 1 deletion ciborium-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.1"
authors = ["Nathaniel McCallum <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
rust-version = "1.56"
rust-version = "1.58"
homepage = "https://github.com/enarx/ciborium"
repository = "https://github.com/enarx/ciborium"
description = "Simplified Read/Write traits for no_std usage"
Expand Down
2 changes: 1 addition & 1 deletion ciborium-ll/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.1"
authors = ["Nathaniel McCallum <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
rust-version = "1.56"
rust-version = "1.58"
homepage = "https://github.com/enarx/ciborium"
repository = "https://github.com/enarx/ciborium"
description = "Low-level CBOR codec primitives"
Expand Down
2 changes: 1 addition & 1 deletion ciborium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.1"
authors = ["Nathaniel McCallum <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
rust-version = "1.56"
rust-version = "1.58"
homepage = "https://github.com/enarx/ciborium"
repository = "https://github.com/enarx/ciborium"
description = "serde implementation of CBOR using ciborium-basic"
Expand Down
3 changes: 2 additions & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "1.56"
channel = "1.58"
profile = "minimal"
components = ["rustfmt", "clippy"]

0 comments on commit 3b4d95d

Please sign in to comment.