Skip to content

Commit

Permalink
Fix resolver tag in Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Feb 20, 2024
1 parent c5a71a7 commit b0a009a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[workspace]
workspace.resolver = "2"
resolver = "2"

members = [
"libosdp-sys",
"libosdp",
"osdpctl"
]
]

0 comments on commit b0a009a

Please sign in to comment.