Skip to content

Commit

Permalink
Merge pull request #563 from fortanix/raoul/gh-562-compatibility_pkix…
Browse files Browse the repository at this point in the history
…_in_em_app

Indicate that `em-app` is compatible with both `pkix` 0.1 and 0.2 versions
  • Loading branch information
raoulstrackx authored Mar 12, 2024
2 parents e2f677b + 6465589 commit 5317773
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 5317773

Please sign in to comment.