Skip to content

Commit 39b711f

Browse files
authored
update deps to catalyst-toolbox (#213)
1 parent e53721f commit 39b711f

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

Cargo.lock

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iapyx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jormungandr-automation = { git = "https://github.com/input-output-hk/jormungandr
3131
thor = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
3232
hersir = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
3333
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" }
34-
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox.git", branch = "swtich_stake_from_funds_to_token", features=["test-api"]}
34+
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox.git", branch = "main", features=["test-api"]}
3535
valgrind = { path = "../valgrind"}
3636
hyper = "0.13.6"
3737
thiserror = "1.0"

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ registration-service = { path = "../registration-service" }
2727
rand_chacha = "0.2"
2828
tokio = { version = "1.1", features = ["macros","rt","rt-multi-thread"] }
2929
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
30-
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox.git", branch = "swtich_stake_from_funds_to_token", features=["test-api"]}
30+
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox.git", branch = "main", features=["test-api"]}
3131
thiserror = "1.0"
3232
rand = "0.8"
3333
libmath = "0.2.1"

vitup/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hersir = { git = "https://github.com/input-output-hk/jormungandr.git", branch =
2727
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" }
2828
vit-servicing-station-tests = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "add_build_db_to_path" }
2929
vit-servicing-station-lib = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "add_build_db_to_path" }
30-
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox.git", branch = "swtich_stake_from_funds_to_token"}
30+
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox.git", branch = "main"}
3131
valgrind = { path = "../valgrind" }
3232
poldercast = { git = "https://github.com/primetype/poldercast.git", rev = "8305f1560392a9d26673ca996e7646c8834533ef" }
3333
rand = "0.8"

0 commit comments

Comments
 (0)