Skip to content

Commit

Permalink
Indicate that em-app is compatible with both pkix 0.1 and 0.2 ver…
Browse files Browse the repository at this point in the history
…sions
  • Loading branch information
raoulstrackx committed Mar 5, 2024
1 parent e2f677b commit 6465589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion em-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ em-client = { version = "3.0.0", default-features = false, features = ["client"]
em-node-agent-client = "1.0.0"
hyper = { version = "0.10", default-features = false }
mbedtls = { version = "0.9", features = [ "rdrand", "std", "force_aesni_support", "mpi_force_c_code" ], default-features = false }
pkix = "0.1.2"
pkix = ">=0.1.2, <0.3.0"

rustc-serialize = "0.3.24"
sdkms = { version = "0.2.1", default-features = false }
Expand Down

0 comments on commit 6465589

Please sign in to comment.