Skip to content

Commit

Permalink
Merge pull request #53 from neutron-org/release_v1/nv/slinky-v1
Browse files Browse the repository at this point in the history
fix: optional field
  • Loading branch information
pr0n00gler authored Jun 9, 2024
2 parents faaf0f7 + 9c00e6c commit c49c54a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cosmwasm-std = { version = "1.4.1", features = [
"stargate",
"staking",
"cosmwasm_1_1",
"cosmwasm_1_2"
"cosmwasm_1_2",
] }
cw2 = "1.1.1"
cw-storage-plus = "1.1.0"
Expand Down

0 comments on commit c49c54a

Please sign in to comment.