Skip to content

Commit

Permalink
warp_contracts crate 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiszczatowski committed Apr 7, 2023
1 parent 60f8a15 commit 3b5fae3
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions crates/pst/contract/Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/toy-contract/Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/warp-contracts/Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/warp-contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "warp-contracts"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "Warp WASM contract utils for rust contracts"
license = "MIT"
Expand All @@ -16,8 +16,8 @@ wasm-bindgen-futures = { workspace = true }
js-sys = { workspace = true }
serde = { workspace = true }
serde-wasm-bindgen = { workspace = true }
warp-contracts-macro = { version = "=0.1.3", path = "warp-contracts-macro" }
warp-contracts-core = { version = "=0.1.3", path = "warp-contracts-core" }
warp-contracts-macro = { version = "=0.1.4", path = "warp-contracts-macro" }
warp-contracts-core = { version = "=0.1.4", path = "warp-contracts-core" }

[features]
debug = ["warp-contracts-core/debug"]
Expand Down
2 changes: 1 addition & 1 deletion crates/warp-contracts/warp-contracts-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "warp-contracts-core"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "warp-contracts helper crate"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/warp-contracts/warp-contracts-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "warp-contracts-macro"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "warp_contract macro definition"
license = "MIT"
Expand All @@ -16,4 +16,4 @@ proc-macro = true
[dependencies]
quote = "1.0"
syn = { version = "1.0", features = ["extra-traits"] }
warp-contracts-core = { version = "=0.1.3", path = "../warp-contracts-core" }
warp-contracts-core = { version = "=0.1.4", path = "../warp-contracts-core" }

0 comments on commit 3b5fae3

Please sign in to comment.