From fe535443fcb339065ee16b5016bbb567ed173773 Mon Sep 17 00:00:00 2001 From: febo Date: Thu, 18 Apr 2024 00:01:46 +0000 Subject: [PATCH] chore: Release nifty-asset version 0.4.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 ab28ba2..29cf785 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2130,7 +2130,7 @@ dependencies = [ [[package]] name = "nifty-asset" -version = "0.3.0" +version = "0.4.0" dependencies = [ "assert_matches", "borsh 0.10.3", diff --git a/clients/rust/asset/Cargo.toml b/clients/rust/asset/Cargo.toml index c2f1d4d..427d949 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.3.0" +version = "0.4.0" edition = "2021" readme = "README.md" license = "Apache-2.0"