Skip to content

Commit 2ef397b

Browse files
committed
fix build
1 parent 80cd3bc commit 2ef397b

File tree

6 files changed

+32
-21
lines changed

6 files changed

+32
-21
lines changed

Cargo.lock

Lines changed: 27 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chain-wallet-libs/bindings/wallet-wasm-js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rand = "0.8.3"
2727
rand_chacha = "0.3.0"
2828
symmetric-cipher = {path = "../../symmetric-cipher"}
2929
wallet-core = {path = "../wallet-core"}
30-
wasm-bindgen = "0.2"
30+
wasm-bindgen = "0.2.92"
3131
js-sys = "0.3.40"
3232
bech32 = "0.7.2"
3333
serde_json = "1.0"

src/vit-testing/mainnet-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
cardano-serialization-lib = "11.3.1"
9+
cardano-serialization-lib = "12"
1010
jormungandr-lib = { workspace = true }
1111
jortestkit = { path = "../../jortestkit" }
1212
tempdir = "0.3.7"

src/vit-testing/mainnet-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jortestkit = { path = "../../jortestkit" }
2828
jormungandr-automation = { path = "../../jormungandr/testing/jormungandr-automation" }
2929
vit-servicing-station-tests = { path = "../../vit-servicing-station/vit-servicing-station-tests" }
3030
vit-servicing-station-lib = { path = "../../vit-servicing-station/vit-servicing-station-lib" }
31-
cardano-serialization-lib = "11.3.1"
31+
cardano-serialization-lib = "12"
3232
scheduler-service-lib = { path = "../scheduler-service-lib"}
3333
tempdir = "0.3.7"
3434
num-traits = "0.2.15"

src/voting-tools-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tracing.workspace = true
3232
tracing-subscriber.workspace = true
3333
rust_decimal = { version = "1.26", features = ["serde", "db-postgres"] }
3434

35-
cardano-serialization-lib = "11.4"
35+
cardano-serialization-lib = "12"
3636

3737
thiserror = "1"
3838

src/voting-tools-rs/src/testing/test_api/output_assertions.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
use crate::data::SnapshotEntry;
44
use crate::VotingKey;
5-
use cardano_serialization_lib::address::RewardAddress;
6-
use cardano_serialization_lib::crypto::PublicKey;
5+
use cardano_serialization_lib::{RewardAddress, PublicKey};
76

87
/// Allows [`SnapshotEntry`] struct to be assertable
98
pub trait VerifiableSnapshotOutput {

0 commit comments

Comments
 (0)