From 7ec535f40d318b19c1c39c9f7ec550ae0fc4cfa2 Mon Sep 17 00:00:00 2001 From: SIDANWhatever Date: Tue, 16 Jan 2024 11:03:07 +0800 Subject: [PATCH] test: test ci --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15f3eae..4eb9cf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -697,7 +697,7 @@ dependencies = [ [[package]] name = "sidan-csl-rs" -version = "0.1.0" +version = "0.1.1" dependencies = [ "cardano-serialization-lib", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 2e1eb26..c036fcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sidan-csl-rs" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" description = "Wrapper around the cardano-serialization-lib for easier transaction building, heavily inspired by cardano-cli APIs"