Skip to content

Commit

Permalink
feat: hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v3us committed Dec 18, 2022
1 parent a933419 commit 6637962
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 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 contracts/cw-rules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ cw4 = "0.16.0"
cw4-group = "0.16.0"
base64 = "0.13.0"
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
rusty-hook = "0.11.2"
3 changes: 2 additions & 1 deletion packages/cw-croncat-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ serde-json-wasm = { version = "0.4.1", git = "https://github.com/CyberHoward/ser
[dev-dependencies]
cosmwasm-schema = { version = "1.0.0" }
cw-multi-test = { version = "0.16.0", features = ["staking"] }
cw20-base = { version = "0.13.4", features = ["library"] }
cw20-base = { version = "0.13.4", features = ["library"] }
rusty-hook = "0.11.2"
1 change: 1 addition & 0 deletions packages/cw-rules-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ cw20 = { version = "0.13.4" }

[dev-dependencies]
cosmwasm-schema = { version = "1.0.0" }
rusty-hook = "0.11.2"

0 comments on commit 6637962

Please sign in to comment.