Skip to content

Commit

Permalink
cargo: fix build warnings
Browse files Browse the repository at this point in the history
Force use of resolve 2 and allow workspace members
to set no-default-features for jsonwebtoken

Signed-off-by: Tobin Feldman-Fitzthum <[email protected]>
  • Loading branch information
fitzthum committed Apr 3, 2024
1 parent 5536af5 commit f2bfdf8
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 @@ -7,6 +7,7 @@ members = [
"attestation-service/verifier",
"attestation-service/rvps",
]
resolver = "2"

[workspace.package]
version = "0.1.0"
Expand All @@ -30,7 +31,7 @@ config = "0.13.3"
env_logger = "0.10.0"
hex = "0.4.3"
kbs-types = "0.5.3"
jsonwebtoken = "9"
jsonwebtoken = { version = "9", default-features = false }
log = "0.4.17"
prost = "0.11.0"
rstest = "0.18.1"
Expand Down

0 comments on commit f2bfdf8

Please sign in to comment.