Skip to content

Commit

Permalink
Update rust version and set resolver=2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahicks92 committed Nov 4, 2023
1 parent 93ed264 commit a3151e6
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
@@ -1,5 +1,6 @@
[workspace]
members = ["crates/*"]
resolver = "2"

[workspace.dependencies]
ahash = "0.8.3"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.71"
channel = "1.73"
components = ["rustfmt", "clippy", "rust-analysis"]

0 comments on commit a3151e6

Please sign in to comment.