Skip to content

Commit

Permalink
Increase MSRV to nightly-2023-08-08
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptjar committed Nov 13, 2023
1 parent 5eaa386 commit 0a108b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ runner = "./uno-runner.sh"

[unstable]
build-std = ["core"]
build-std-features = ["compiler-builtins-mangled-names"]
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-2022-05-10"
channel = "nightly-2023-08-08"
profile = "minimal"
components = ["rustfmt", "rust-src"]

0 comments on commit 0a108b9

Please sign in to comment.