From 2de872e6e2748f62fa2884970188298b3b3601d8 Mon Sep 17 00:00:00 2001 From: larry <26318510+larry0x@users.noreply.github.com> Date: Mon, 5 Sep 2022 12:38:02 +0100 Subject: [PATCH] bump package version to v2.3.0 and rust editioin to 2021 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14790d6..63f45cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,7 +138,7 @@ dependencies = [ [[package]] name = "cw-asset" -version = "2.2.0" +version = "2.3.0" dependencies = [ "cosmwasm-std", "cw-storage-plus", diff --git a/Cargo.toml b/Cargo.toml index 1745679..10e796d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "cw-asset" description = "Helper library for interacting with Cosmos assets (native coins, CW20, and CW1155 tokens)" -version = "2.2.0" +version = "2.3.0" authors = ["larry "] -edition = "2018" +edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/mars-protocol/cw-asset"