Skip to content

Commit

Permalink
Move to Rust 1.72 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen authored Oct 1, 2023
1 parent b889672 commit 285e4c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ members = [
]

exclude = ["ensure_no_std"]
resolver = "2"

[workspace.package]
authors = [
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-02-26"
channel = "1.72"
components = ["rustfmt", "clippy"]
profile = "minimal"

0 comments on commit 285e4c0

Please sign in to comment.