Skip to content

Commit

Permalink
Set substrate-fixed version to 0.5.6 (before update to new substrate)
Browse files Browse the repository at this point in the history
  • Loading branch information
echevrier committed Nov 9, 2021
1 parent b049df9 commit 52f6e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enclave-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sp-io = { default-features = false, features = ["disable_oom", "disable_panic_ha
substrate-api-client = { default-features = false, git = "https://github.com/scs/substrate-api-client", branch = "master" }
sgx-externalities = { default-features = false, git = "https://github.com/integritee-network/sgx-runtime", branch = "master" }
jsonrpc-core = { default-features = false, git = "https://github.com/scs/jsonrpc", branch = "no_std" }
substrate-fixed = { git = "https://github.com/encointer/substrate-fixed", branch = "master" }
substrate-fixed = { package = "substrate-fixed", git = "https://github.com/encointer/substrate-fixed",tag = "v0.5.6"}

# mesalock
linked-hash-map = { git = "https://github.com/mesalock-linux/linked-hash-map-sgx" }
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ita-stf = { path = "../app-libs/stf" }
# scs / integritee
substrate-api-client = { git = "https://github.com/scs/substrate-api-client", branch = "master" }
my-node-runtime = { package = "integritee-node-runtime", git = "https://github.com/integritee-network/integritee-node", branch = "master" }
substrate-fixed = { git = "https://github.com/encointer/substrate-fixed", branch = "master" }
substrate-fixed = { package = "substrate-fixed", git = "https://github.com/encointer/substrate-fixed", tag = "v0.5.6" }

# Substrate dependencies
sp-runtime = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "master" }
Expand Down

0 comments on commit 52f6e02

Please sign in to comment.