Skip to content

Commit

Permalink
respect gogoproto nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler committed Oct 31, 2024
1 parent b83c182 commit 0a2b67e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ overflow-checks = true

[workspace.dependencies]
cosmwasm-std = "2.1.0"
neutron-std = { git = "https://github.com/neutron-org/neutron-std", branch = "main" }
neutron-std = { git = "https://github.com/neutron-org/neutron-std", branch = "feat/respect-gogoproto-nullable" }
cosmwasm-schema = { version = "2.1.0", default-features = false }
cw2 = "2.0.0"
cw-storage-plus = "2.0.0"
Expand All @@ -32,4 +32,4 @@ protobuf = "~3.3.0"
hex = "0.4.3"
serde_json = { version = "1.0.87" }
tendermint-proto = "0.34.1"
speedate = "0.13.0"
speedate = "0.13.0"

0 comments on commit 0a2b67e

Please sign in to comment.