From 3160f35e5feba6a85401451237c85229de373c9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Apr 2023 10:09:15 +0300 Subject: [PATCH] fix(deps): update rust crate marine-rs-sdk to 0.7.1 (#17) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Anatoly Laskaris --- .github/workflows/snapshot.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index c9842f1..0fd04d7 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -79,7 +79,7 @@ jobs: uses: fluencelabs/github-actions/generate-snapshot-id@main - name: Publish snapshot - id: snapshot uses: fluencelabs/github-actions/cargo-publish-snapshot@main + id: snapshot with: id: ${{ steps.version.outputs.id }} diff --git a/Cargo.toml b/Cargo.toml index 195e3e7..90ad00d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ name = "test" path = "src/test.rs" [dependencies] -marine-rs-sdk = "0.7.0" +marine-rs-sdk = "0.7.1" bytesize = "1.1.0" [dev-dependencies]