From f7f52ac017f08e1fc734f512e1e4f5e4830e86b8 Mon Sep 17 00:00:00 2001 From: febo Date: Thu, 11 Apr 2024 00:04:01 +0000 Subject: [PATCH] chore: Release nifty-asset version 0.3.0 --- 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 bd2f632..79aeee8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2130,7 +2130,7 @@ dependencies = [ [[package]] name = "nifty-asset" -version = "0.2.1" +version = "0.3.0" dependencies = [ "assert_matches", "borsh 0.10.3", diff --git a/clients/rust/asset/Cargo.toml b/clients/rust/asset/Cargo.toml index bad54eb..f57d1d4 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.1" +version = "0.3.0" edition = "2021" readme = "README.md" license = "Apache-2.0"