Skip to content

Commit

Permalink
chore: replaced 1.80.0 with 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Aug 9, 2024
1 parent 5078fc5 commit cb33b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# This specifies the version of Rust we use to build.
# Individual crates in the workspace may support a lower version, as indicated by `rust-version` field in each crate's `Cargo.toml`.
# The version specified below, should be at least as high as the maximum `rust-version` within the workspace.
channel = "1.80.0"
channel = "1.80"
components = ["rustfmt", "clippy", "rust-analyzer"]

0 comments on commit cb33b31

Please sign in to comment.