From dc1bfbda45bc59b84533656df6a563d11206ebfc Mon Sep 17 00:00:00 2001 From: Supanat Potiwarakorn Date: Mon, 25 Sep 2023 14:49:21 +0700 Subject: [PATCH] fix version to 0.19.2 --- packages/osmosis-std/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/osmosis-std/Cargo.toml b/packages/osmosis-std/Cargo.toml index d7520142..8055edb5 100644 --- a/packages/osmosis-std/Cargo.toml +++ b/packages/osmosis-std/Cargo.toml @@ -3,7 +3,7 @@ description = "Standard library for Osmosis with CosmWasm support included" edition = "2021" license = "MIT OR Apache-2.0" name = "osmosis-std" -version = "1.19.0" +version = "0.19.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html