From c488bdf4f50ff5acc616e56c04da8df1620286f0 Mon Sep 17 00:00:00 2001 From: ZhenQian Date: Mon, 18 Nov 2024 17:18:47 +0800 Subject: [PATCH] fix: bump CSL version --- rust/Cargo.lock | 2 +- rust/apps/cardano/Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index c097f3b67..5a64241a7 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -763,7 +763,7 @@ dependencies = [ [[package]] name = "cardano-serialization-lib" version = "11.5.0" -source = "git+https://git@github.com/KeystoneHQ/cardano-serialization-lib.git?tag=keystone-0.1.4#5cf9480ed63962072809971e5f74e0b95035bee2" +source = "git+https://git@github.com/KeystoneHQ/cardano-serialization-lib.git?tag=0.1.4#73aec53ace5cf5da8b992fbfc6bacbcf5b0059a3" dependencies = [ "bech32 0.9.1", "cbor_event", diff --git a/rust/apps/cardano/Cargo.toml b/rust/apps/cardano/Cargo.toml index 0f3b5c76f..1473c0d22 100644 --- a/rust/apps/cardano/Cargo.toml +++ b/rust/apps/cardano/Cargo.toml @@ -20,6 +20,7 @@ bitcoin = { workspace = true } keystore = { workspace = true } bech32 = { workspace = true } + [dependencies.cardano-serialization-lib] git = "https://git@github.com/KeystoneHQ/cardano-serialization-lib.git" -tag = "keystone-0.1.4" +tag = "0.1.4"