Skip to content

Commit

Permalink
Update dev toolchain to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Oct 15, 2024
1 parent 1a8b4ac commit 84a54a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://github.com/ISibboI/evalexpr"
documentation = "https://docs.rs/evalexpr"
readme = "README.md"
license = "AGPL-3.0-only"
edition = "2018"
edition = "2021"
rust-version = "1.65.0"

[badges]
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 = "1.65.0"
channel = "1.81.0"
profile = "minimal"
components = ["rustfmt", "clippy"]
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
edition = "2018"
edition = "2021"
reorder_imports=true
reorder_modules=true
format_strings=true
Expand Down

0 comments on commit 84a54a9

Please sign in to comment.