Skip to content

Commit

Permalink
use crate.io version of ring
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Nov 20, 2023
1 parent 15cb9b7 commit 5dd8b79
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 112 deletions.
120 changes: 13 additions & 107 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ members = [
"primitives/teeracle",
"primitives/common",
"primitives/xcm-transactor",
]

[patch.crates-io]
ring = { git = "https://github.com/betrusted-io/ring-xous", branch = "0.16.20-cleanup" }
]
2 changes: 1 addition & 1 deletion teerex/sgx-verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ der = { default-features = false, version = "0.6.0" }
hex = { default-features = false, version = "0.4.3", features = ["alloc"] }
hex-literal = { version = "0.3.2" }
log = { version = "0.4.14", default-features = false }
ring = { git = "https://github.com/betrusted-io/ring-xous", branch = "0.16.20-cleanup", default-features = false, features = ["alloc"] }
ring = { version = "0.16.20", default-features = false, features = ["alloc"] }
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
serde = { default-features = false, version = "1.0.140", features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit 5dd8b79

Please sign in to comment.