Skip to content

Commit

Permalink
fix: update jor deps to catalyst fund11
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Oct 10, 2023
1 parent 9c51c1f commit 058857f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions catalyst-toolbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
time = { version = "0.3", features = ["formatting", "parsing", "macros"] }
itertools = "0.10"
jcli = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund9" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund9" }
jormungandr-integration-tests = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund9" }
jormungandr-automation = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund9" }
thor = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund9" }
jcli = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund11" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund11" }
jormungandr-integration-tests = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund11" }
jormungandr-automation = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund11" }
thor = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund11" }
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" }
rayon = "1.5"
rust_decimal = "1.16"
Expand Down

0 comments on commit 058857f

Please sign in to comment.