Skip to content

Commit

Permalink
Resolve: warning: some crates are on edition 2021 which defaults to `…
Browse files Browse the repository at this point in the history
…resolver = "2"`, but virtual workspaces default to `resolver = "1"`
  • Loading branch information
Pat-Lafon committed Sep 27, 2023
1 parent 6466304 commit 107a4ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ members = [
"hashconsing",
"hashconsing_derive",
]

resolver = "2"
2 changes: 1 addition & 1 deletion hashconsing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ derive = ["hashconsing-derive"]

[dependencies]
lazy_static = "1.*"
hashconsing-derive = { version = "0.1.0", optional = true, path = "hashconsing-derive" }
hashconsing-derive = { version = "0.1.0", optional = true, path = "../hashconsing_derive" }

[dependencies.ahash]
version = "^0.8.3"
Expand Down

0 comments on commit 107a4ed

Please sign in to comment.