Skip to content

Commit

Permalink
Fix a warning from Cargo (#177)
Browse files Browse the repository at this point in the history
Explicitly use `resolver = "2"` to use the latest-and-greatest semantics
of this here.
  • Loading branch information
alexcrichton authored Aug 28, 2023
1 parent 5d498d2 commit e9a9ac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
members = ['bindgen', 'wasi_snapshot_preview1']
resolver = "2"

[workspace.dependencies]
wit-bindgen = { version = "0.10.0", default-features = false, features = ['macros'] }
Expand Down

0 comments on commit e9a9ac5

Please sign in to comment.