Skip to content

Commit

Permalink
build(cargo): Specify dependency resolver in workspace to suppress wa…
Browse files Browse the repository at this point in the history
…rning (#236)

build(cargo): Specify dependency resolver in workspace to suppress warn
  • Loading branch information
thomwiggers authored Sep 20, 2023
1 parent 39793b8 commit 7c4d1c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
members=[
"oqs-sys",
"oqs",
]
]
resolver = "2"

0 comments on commit 7c4d1c3

Please sign in to comment.