From a4775147f3a86dc990ad1343bcc7dbf07d2d0210 Mon Sep 17 00:00:00 2001 From: febo Date: Thu, 28 Mar 2024 00:40:27 +0000 Subject: [PATCH] chore: Release nifty-asset version 0.1.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 255aeb7..fa21f8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2255,7 +2255,7 @@ dependencies = [ [[package]] name = "nifty-asset" -version = "0.0.1-alpha.3" +version = "0.1.0" dependencies = [ "assert_matches", "borsh 0.10.3", diff --git a/clients/rust/asset/Cargo.toml b/clients/rust/asset/Cargo.toml index 9705c2e..0f6709a 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.0.1-alpha.3" +version = "0.1.0" edition = "2021" readme = "README.md" license = "Apache-2.0"