Skip to content

Commit 29f3565

Browse files
author
Christian Langenbacher
committed
[test_no_std] updated dependencies
1 parent a1e82a0 commit 29f3565

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test_no_std/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ path = ".."
1919
default-features=false
2020

2121
[dependencies.sr-io]
22-
git = "https://github.com/paritytech/substrate"
23-
rev = 'f17d023bbe179f15678ac9989f471c9b18917e17'
22+
git = "https://github.com/scs/substraTEE-node"
23+
rev = 'd4a057c5841796994b46b6b35de922ec5777fec5'
2424
package = 'sr-io'
2525
default-features=false
2626
features = ["no_oom", "no_panic_handler"]
2727

2828
[patch.'https://github.com/paritytech/substrate']
29+
sr-io = { git = "https://github.com/scs/substraTEE-node", rev = 'd4a057c5841796994b46b6b35de922ec5777fec5' }
2930
substrate-primitives = { path = "../primitives"}
3031
substrate-application-crypto = { git = "https://github.com/scs/substraTEE-worker" }
3132

0 commit comments

Comments
 (0)