From 9aca8e46d7502aec6fbf7db2f567a06eb8942ca8 Mon Sep 17 00:00:00 2001 From: SIDANWhatever Date: Tue, 16 Jan 2024 11:06:28 +0800 Subject: [PATCH] feat: building github action ci --- .github/workflows/publish-package.yml | 2 -- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index a7811b6..36d26ba 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -9,11 +9,9 @@ on: push: branches: - master - - ci/github-action pull_request: branches: - master - - ci/github-action jobs: build-test: diff --git a/Cargo.lock b/Cargo.lock index 4eb9cf8..d1d6957 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -697,7 +697,7 @@ dependencies = [ [[package]] name = "sidan-csl-rs" -version = "0.1.1" +version = "0.1.2" dependencies = [ "cardano-serialization-lib", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index c036fcb..60692d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sidan-csl-rs" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT" description = "Wrapper around the cardano-serialization-lib for easier transaction building, heavily inspired by cardano-cli APIs"