Skip to content

Commit

Permalink
fix: bump white-whale-std and make the main Cargo.toml pull from crat…
Browse files Browse the repository at this point in the history
…es.io (#337)
  • Loading branch information
kerber0x authored Apr 24, 2024
1 parent a3dc3a2 commit 78df4e7
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 20 deletions.
55 changes: 37 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ prost = { version = "0.11.9", default-features = false, features = [
"prost-derive",
] }
prost-types = { version = "0.11.9", default-features = false }
white-whale-std = { version = "1.1.1", path = "packages/white-whale-std" }
# for local development
#white-whale-std = { path = "packages/white-whale-std" }
white-whale-std = { version = "1.1.4" }
white-whale-testing = { path = "./packages/white-whale-testing" }
cw-multi-test = { version = "0.16.5" }
uint = "0.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/white-whale-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "white-whale-std"
version = "1.1.3"
version = "1.1.4"
edition.workspace = true
authors = [
"Kerber0x <kerber0x@protonmail.com>",
Expand Down

0 comments on commit 78df4e7

Please sign in to comment.