1
1
[package ]
2
2
name = " jormungandr"
3
- version = " 0.15.90 "
3
+ version = " 0.16.0 "
4
4
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/input-output-hk/jormungandr"
@@ -12,17 +12,17 @@ Midgard Serpent
12
12
edition = " 2021"
13
13
14
14
[dependencies ]
15
- chain-addr = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold-test " }
16
- chain-core = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold-test " }
17
- chain-crypto = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold-test " }
18
- chain-impl-mockchain = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold-test " }
19
- chain-network = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold-test " }
20
- chain-storage = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold-test " }
21
- chain-time = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold-test " }
22
- chain-vote = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold-test " }
23
- chain-evm = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold-test " , optional = true }
24
- cardano-legacy-address = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold-test " }
25
- imhamt = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold-test " }
15
+ chain-addr = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold" }
16
+ chain-core = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold" }
17
+ chain-crypto = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold" }
18
+ chain-impl-mockchain = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold" }
19
+ chain-network = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold" }
20
+ chain-storage = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold" }
21
+ chain-time = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold" }
22
+ chain-vote = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold" }
23
+ chain-evm = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold" , optional = true }
24
+ cardano-legacy-address = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold" }
25
+ imhamt = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold" }
26
26
27
27
arc-swap = " ^1.5.0"
28
28
async-trait = " 0.1.51"
@@ -69,9 +69,9 @@ reqwest = { version = "0.11", default-features = false, features = ["rustls-tls
69
69
tokio = { version = " ^1.15" , features = [" full" ] }
70
70
quickcheck = " 0.9"
71
71
quickcheck_macros = " 0.9"
72
- chain-impl-mockchain = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold-test " , features = [ " property-test-api" ] }
73
- chain-addr = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold-test " , features = [ " property-test-api" ] }
74
- chain-crypto = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold-test " , features = [ " property-test-api" ] }
72
+ chain-impl-mockchain = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold" , features = [ " property-test-api" ] }
73
+ chain-addr = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold" , features = [ " property-test-api" ] }
74
+ chain-crypto = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9-gold" , features = [ " property-test-api" ] }
75
75
criterion = { version = " 0.3" , features = [" html_reports" , " async_tokio" ] }
76
76
77
77
[[bench ]]
0 commit comments