From 47e874c5792bccd2eb073ef65ea89ac5d0525c04 Mon Sep 17 00:00:00 2001 From: cameron Date: Mon, 6 Jun 2022 13:48:14 +0100 Subject: [PATCH] compiles now --- Cargo.lock | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 835970705a..ed071a6cf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ dependencies = [ [[package]] name = "cardano-legacy-address" version = "0.1.1" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c9fba3e1c1c5df4d486c856fddaf2f2da686bfe3" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=catalyst-fund9#1b01f0dbf9282102f394727b4f8637fe4ce1728e" dependencies = [ "cbor_event", "cryptoxide 0.4.2", @@ -639,7 +639,7 @@ dependencies = [ [[package]] name = "chain-addr" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c9fba3e1c1c5df4d486c856fddaf2f2da686bfe3" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=catalyst-fund9#1b01f0dbf9282102f394727b4f8637fe4ce1728e" dependencies = [ "bech32 0.8.1", "chain-core", @@ -653,7 +653,7 @@ dependencies = [ [[package]] name = "chain-core" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c9fba3e1c1c5df4d486c856fddaf2f2da686bfe3" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=catalyst-fund9#1b01f0dbf9282102f394727b4f8637fe4ce1728e" dependencies = [ "chain-ser", ] @@ -661,7 +661,7 @@ dependencies = [ [[package]] name = "chain-crypto" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c9fba3e1c1c5df4d486c856fddaf2f2da686bfe3" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=catalyst-fund9#1b01f0dbf9282102f394727b4f8637fe4ce1728e" dependencies = [ "bech32 0.8.1", "cryptoxide 0.4.2", @@ -683,7 +683,7 @@ dependencies = [ [[package]] name = "chain-evm" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c9fba3e1c1c5df4d486c856fddaf2f2da686bfe3" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=catalyst-fund9#1b01f0dbf9282102f394727b4f8637fe4ce1728e" dependencies = [ "aurora-bn", "base64", @@ -712,7 +712,7 @@ dependencies = [ [[package]] name = "chain-impl-mockchain" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c9fba3e1c1c5df4d486c856fddaf2f2da686bfe3" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=catalyst-fund9#1b01f0dbf9282102f394727b4f8637fe4ce1728e" dependencies = [ "cardano-legacy-address", "chain-addr", @@ -744,7 +744,7 @@ dependencies = [ [[package]] name = "chain-network" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c9fba3e1c1c5df4d486c856fddaf2f2da686bfe3" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=catalyst-fund9#1b01f0dbf9282102f394727b4f8637fe4ce1728e" dependencies = [ "async-trait", "chain-crypto", @@ -761,7 +761,7 @@ dependencies = [ [[package]] name = "chain-ser" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c9fba3e1c1c5df4d486c856fddaf2f2da686bfe3" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=catalyst-fund9#1b01f0dbf9282102f394727b4f8637fe4ce1728e" dependencies = [ "thiserror", ] @@ -769,7 +769,7 @@ dependencies = [ [[package]] name = "chain-storage" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c9fba3e1c1c5df4d486c856fddaf2f2da686bfe3" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=catalyst-fund9#1b01f0dbf9282102f394727b4f8637fe4ce1728e" dependencies = [ "criterion", "data-pile", @@ -782,7 +782,7 @@ dependencies = [ [[package]] name = "chain-time" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c9fba3e1c1c5df4d486c856fddaf2f2da686bfe3" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=catalyst-fund9#1b01f0dbf9282102f394727b4f8637fe4ce1728e" dependencies = [ "chain-core", "chain-ser", @@ -794,9 +794,9 @@ dependencies = [ [[package]] name = "chain-vote" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c9fba3e1c1c5df4d486c856fddaf2f2da686bfe3" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=catalyst-fund9#1b01f0dbf9282102f394727b4f8637fe4ce1728e" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "chain-core", "chain-crypto", "const_format", @@ -2261,7 +2261,7 @@ dependencies = [ [[package]] name = "imhamt" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c9fba3e1c1c5df4d486c856fddaf2f2da686bfe3" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=catalyst-fund9#1b01f0dbf9282102f394727b4f8637fe4ce1728e" dependencies = [ "proptest", "rustc_version", @@ -4705,7 +4705,7 @@ dependencies = [ [[package]] name = "sparse-array" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c9fba3e1c1c5df4d486c856fddaf2f2da686bfe3" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=catalyst-fund9#1b01f0dbf9282102f394727b4f8637fe4ce1728e" [[package]] name = "spin" @@ -5466,7 +5466,7 @@ dependencies = [ [[package]] name = "typed-bytes" version = "0.1.0" -source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c9fba3e1c1c5df4d486c856fddaf2f2da686bfe3" +source = "git+https://github.com/input-output-hk/chain-libs.git?branch=catalyst-fund9#1b01f0dbf9282102f394727b4f8637fe4ce1728e" [[package]] name = "typenum"