From 1e7d67c49502bff08dee777d64b9ab8bab51d150 Mon Sep 17 00:00:00 2001 From: matthiasmatt Date: Tue, 3 Sep 2024 16:58:25 +0200 Subject: [PATCH] fix: update version nibiru-std --- nibiru-std/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nibiru-std/Cargo.toml b/nibiru-std/Cargo.toml index 39e8d83..ffcd947 100644 --- a/nibiru-std/Cargo.toml +++ b/nibiru-std/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nibiru-std" -version = { workspace = true } +version = "0.2.0" edition = "2021" description = "Nibiru Chain standard library for CosmWasm smart contracts" authors = ["Unique Divine "] @@ -27,4 +27,4 @@ thiserror = { workspace = true } # cargo run --bin script-name # [[bin]] # name = "rust script name" -# path = "bin/script_name.rs" \ No newline at end of file +# path = "bin/script_name.rs"