From cc90a5bc7ab238739b04e904d40738067d0060dd Mon Sep 17 00:00:00 2001 From: febo Date: Tue, 9 Apr 2024 23:34:59 +0000 Subject: [PATCH] chore: Release nifty-asset version 0.2.1 --- Cargo.lock | 2 +- clients/rust/asset/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30911f2..af6ceab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2130,7 +2130,7 @@ dependencies = [ [[package]] name = "nifty-asset" -version = "0.2.0" +version = "0.2.1" dependencies = [ "assert_matches", "borsh 0.10.3", diff --git a/clients/rust/asset/Cargo.toml b/clients/rust/asset/Cargo.toml index 1f4b781..14c3d10 100644 --- a/clients/rust/asset/Cargo.toml +++ b/clients/rust/asset/Cargo.toml @@ -3,7 +3,7 @@ name = "nifty-asset" description = "A client SDK for Nifty Asset program" authors = ["nifty-oss maintainers "] repository = "https://github.com/nifty-oss/asset" -version = "0.2.0" +version = "0.2.1" edition = "2021" readme = "README.md" license = "Apache-2.0"