Skip to content

Commit 2f5ae7c

Browse files
committed
workspace: specify resolver version 2
while the new resolver may make no difference to this project, we may as well migrate, and according to [1] although it is the default for 2021 edition, you still have to specify it in a virtual workspace. [1]: https://doc.rust-lang.org/stable/edition-guide/rust-2021/default-cargo-resolver.html
1 parent 9a3aeff commit 2f5ae7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ members = [
77
"pulse-sys-simple",
88
"pulse-sys-mainloop-glib",
99
]
10+
resolver = "2"

0 commit comments

Comments
 (0)