Skip to content

Commit

Permalink
Add storey
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Jun 20, 2024
1 parent e7c23df commit 6a4c1d7
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
cargo update -p cosmwasm-std
cargo update -p cw2
cargo update -p cw-storage-plus
cargo update -p cw-storey
cargo update -p serde
- uses: Swatinem/rust-cache@v2
with:
Expand Down
58 changes: 58 additions & 0 deletions docs-test-gen/Cargo.lock

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

1 change: 1 addition & 0 deletions docs-test-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ sha2 = "0.10.8"
cosmos-sdk-proto = { version = "0.21.1", default-features = false } # Used in IBC code
cw-storage-plus = "*"
serde = "*"
cw-storey = "*"

0 comments on commit 6a4c1d7

Please sign in to comment.