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 a1e82a0 commit 29f3565Copy full SHA for 29f3565
test_no_std/Cargo.toml
@@ -19,13 +19,14 @@ path = ".."
19
default-features=false
20
21
[dependencies.sr-io]
22
-git = "https://github.com/paritytech/substrate"
23
-rev = 'f17d023bbe179f15678ac9989f471c9b18917e17'
+git = "https://github.com/scs/substraTEE-node"
+rev = 'd4a057c5841796994b46b6b35de922ec5777fec5'
24
package = 'sr-io'
25
26
features = ["no_oom", "no_panic_handler"]
27
28
[patch.'https://github.com/paritytech/substrate']
29
+sr-io = { git = "https://github.com/scs/substraTEE-node", rev = 'd4a057c5841796994b46b6b35de922ec5777fec5' }
30
substrate-primitives = { path = "../primitives"}
31
substrate-application-crypto = { git = "https://github.com/scs/substraTEE-worker" }
32
0 commit comments