Skip to content

Commit 8923567

Browse files
authored
MAINT: update Cargo.toml, lock dep version
1 parent 46c62f7 commit 8923567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enclave/safetrace/enclave/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["staticlib"]
1212
default = []
1313

1414
[dependencies]
15-
GSL = "*"
15+
GSL = "0.4"
1616
enigma-types = { git = "https://github.com/enigmampc/enigma-core.git", branch="develop", default-features = false, features = ["sgx"] }
1717
enigma-crypto = { git = "https://github.com/enigmampc/enigma-core.git", branch="develop", default-features = false, features = ["sgx", "asymmetric"] }
1818
enigma-tools-t = { git = "https://github.com/enigmampc/enigma-core.git", branch="develop" }

0 commit comments

Comments
 (0)