We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c62f7 commit 8923567Copy full SHA for 8923567
enclave/safetrace/enclave/Cargo.toml
@@ -12,7 +12,7 @@ crate-type = ["staticlib"]
12
default = []
13
14
[dependencies]
15
-GSL = "*"
+GSL = "0.4"
16
enigma-types = { git = "https://github.com/enigmampc/enigma-core.git", branch="develop", default-features = false, features = ["sgx"] }
17
enigma-crypto = { git = "https://github.com/enigmampc/enigma-core.git", branch="develop", default-features = false, features = ["sgx", "asymmetric"] }
18
enigma-tools-t = { git = "https://github.com/enigmampc/enigma-core.git", branch="develop" }
0 commit comments