Skip to content

Commit

Permalink
Fix Cargo.toml deps after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
hu55a1n1 committed Jun 20, 2024
1 parent 6331797 commit 7ddb328
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions cosmwasm/packages/quartz-tee-ra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,5 @@ mc-sgx-dcap-sys-types.workspace = true
cosmwasm-schema.workspace = true
cosmwasm-std.workspace = true

der = { version = "0.7.9", default-features = false }
displaydoc = { version = "0.2.4", default-features = false }
mc-sgx-core-types = { git = "https://github.com/informalsystems/sgx" }
mc-sgx-dcap-types = { git = "https://github.com/informalsystems/sgx" }
mc-sgx-dcap-sys-types = { git = "https://github.com/informalsystems/sgx" }
mc-attestation-verifier = { git = "https://github.com/informalsystems/attestation" }
serde = { version = "1.0.198", default-features = false }
x509-cert = { version = "0.2.5", default-features = false }
zeroize = { version = "1.7.0", default-features = false }

[dev-dependencies]
hex = "0.4.3"

0 comments on commit 7ddb328

Please sign in to comment.