Skip to content

Commit

Permalink
set correct jormungandr version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Apr 15, 2021
1 parent d943cac commit 56fe9cf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions iapyx/Cargo.toml
Expand Up @@ -22,8 +22,8 @@ rand = "0.8"
rand_core = "0.6"
cryptoxide = "0.3.2"
ed25519-bip32 = "^0.3.1"
jormungandr-testing-utils ={ git = "https://github.com/input-output-hk/jormungandr.git", rev = "91d6ffc15122f0b18e8e8a4d6e1454dcc99b54da" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "91d6ffc15122f0b18e8e8a4d6e1454dcc99b54da" }
jormungandr-testing-utils ={ git = "https://github.com/input-output-hk/jormungandr.git", rev = "ac9eba765ac4bb10c10af83c011357d584f2dc8d" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "ac9eba765ac4bb10c10af83c011357d584f2dc8d" }
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch="master" }
hyper = "0.13.6"
thiserror = "1.0"
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/Cargo.toml
Expand Up @@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
jormungandr-scenario-tests = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "d7da17dd5201c80f7304050a386243975f097fc2" }
jormungandr-testing-utils = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "d7da17dd5201c80f7304050a386243975f097fc2" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "d7da17dd5201c80f7304050a386243975f097fc2" }
jormungandr-scenario-tests = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "ac9eba765ac4bb10c10af83c011357d584f2dc8d" }
jormungandr-testing-utils = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "ac9eba765ac4bb10c10af83c011357d584f2dc8d" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "ac9eba765ac4bb10c10af83c011357d584f2dc8d" }
vit-servicing-station-tests = { git = "https://github.com/input-output-hk/vit-servicing-station.git", rev = "33e89c347be413473e3e3ce110af7f370af94ecf" }
vit-servicing-station-lib = { git = "https://github.com/input-output-hk/vit-servicing-station.git", rev = "33e89c347be413473e3e3ce110af7f370af94ecf" }
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" }
Expand Down
2 changes: 1 addition & 1 deletion registration-service/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ chrono = "0.4"
walkdir = "2.3.1"
structopt = "0.3"
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" }
jormungandr-integration-tests = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "ff6dda75351a75c275e1b4eb1c3cad40030a0e43" }
jormungandr-integration-tests = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "ac9eba765ac4bb10c10af83c011357d584f2dc8d" }
futures = "0.3.8"
serde = { version="=1.0.118", features = ["derive"] }
warp = "0.3"
Expand Down
6 changes: 3 additions & 3 deletions vitup/Cargo.toml
Expand Up @@ -19,9 +19,9 @@ chain-addr = { git = "https://github.com/input-output-hk/chain-libs.gi
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
jormungandr-scenario-tests = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "91d6ffc15122f0b18e8e8a4d6e1454dcc99b54da" }
jormungandr-testing-utils = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "91d6ffc15122f0b18e8e8a4d6e1454dcc99b54da" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "91d6ffc15122f0b18e8e8a4d6e1454dcc99b54da" }
jormungandr-scenario-tests = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "ac9eba765ac4bb10c10af83c011357d584f2dc8d" }
jormungandr-testing-utils = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "ac9eba765ac4bb10c10af83c011357d584f2dc8d" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", rev = "ac9eba765ac4bb10c10af83c011357d584f2dc8d" }
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" }
vit-servicing-station-tests = { git = "https://github.com/input-output-hk/vit-servicing-station.git", rev = "8ff851f532e68aa13126dc0de7b9f9675d827988" }
vit-servicing-station-lib = { git = "https://github.com/input-output-hk/vit-servicing-station.git", rev = "8ff851f532e68aa13126dc0de7b9f9675d827988" }
Expand Down

0 comments on commit 56fe9cf

Please sign in to comment.