Skip to content

Commit

Permalink
update v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Apr 10, 2023
1 parent d6bfba3 commit 61b0879
Show file tree
Hide file tree
Showing 21 changed files with 29 additions and 1,883 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
debug/
target/
artifacts/
!packages/osmosis-testing/libosmosistesting/artifacts

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Expand Down
2 changes: 1 addition & 1 deletion dependencies/osmosis
Submodule osmosis updated 450 files
2 changes: 1 addition & 1 deletion packages/osmosis-std-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Procedural macro for osmosis-std"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "osmosis-std-derive"
version = "0.13.2"
version = "0.15.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 2 additions & 2 deletions packages/osmosis-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ description = "Standard library for Osmosis with CosmWasm support included"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "osmosis-std"
version = "0.13.2"
version = "0.15.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = {version = "0.4.22", default-features = false}
cosmwasm-std = {version = "1.1.2", features = ["stargate"]}
osmosis-std-derive = {version = "0.13.2", path = "../osmosis-std-derive"}
osmosis-std-derive = {version = "0.15.1", path = "../osmosis-std-derive"}
prost = {version = "0.11.0", default-features = false, features = ["prost-derive"]}
prost-types = {version = "0.11.1", default-features = false}
schemars = "0.8.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/osmosis-std/src/types/OSMOSIS_COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
origin/main
v15.0.0

This file was deleted.

Loading

0 comments on commit 61b0879

Please sign in to comment.