From 3947b20bdfb33c0f2e28b5d5257ad9a01ebfa77c Mon Sep 17 00:00:00 2001 From: febo Date: Wed, 17 Jul 2024 23:57:04 +0000 Subject: [PATCH] chore: Release nifty-asset version 0.6.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 2c6291c..0498016 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2268,7 +2268,7 @@ dependencies = [ [[package]] name = "nifty-asset" -version = "0.6.0" +version = "0.6.1" dependencies = [ "assert_matches", "borsh 0.10.3", diff --git a/clients/rust/asset/Cargo.toml b/clients/rust/asset/Cargo.toml index 8737436..d7b7a58 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.6.0" +version = "0.6.1" edition = "2021" readme = "README.md" license = "Apache-2.0"