Skip to content

Commit

Permalink
fix: update version nibiru-std
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasmatt committed Sep 3, 2024
1 parent 47bb5a4 commit 1e7d67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nibiru-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand All @@ -27,4 +27,4 @@ thiserror = { workspace = true }
# cargo run --bin script-name
# [[bin]]
# name = "rust script name"
# path = "bin/script_name.rs"
# path = "bin/script_name.rs"

0 comments on commit 1e7d67c

Please sign in to comment.