Skip to content

Commit

Permalink
Fix catalyst-toobox deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Aug 8, 2022
1 parent 2f46431 commit 0bfadf7
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 30 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion snapshot-service/Cargo.toml
Expand Up @@ -6,7 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox", branch = "feature/npg-1953_update_voter_hir" }
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox", branch = "feature/update-deps" }

notify = "=5.0.0-pre.11"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
Expand Down
3 changes: 2 additions & 1 deletion vit-servicing-station-lib/Cargo.toml
Expand Up @@ -42,4 +42,5 @@ libsqlite3-sys = { version = "0.9.3", features = ["bundled"] }
tempfile = "3"
rand = "0.8"
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr", branch = "master" }
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox", branch = "feature/npg-1953_update_voter_hir" }
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox", branch = "feature/update-deps" }

3 changes: 2 additions & 1 deletion vit-servicing-station-tests/Cargo.toml
Expand Up @@ -33,7 +33,8 @@ jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox", branch = "feature/npg-1953_update_voter_hir" }
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox", branch = "feature/update-deps" }

fake = { version = "2.2", features=['http']}
pretty_assertions = "0.6"
dyn-clone = "1.0.4"
Expand Down

0 comments on commit 0bfadf7

Please sign in to comment.