Skip to content

Commit

Permalink
build(bindings): bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed Oct 12, 2023
1 parent 4b11be6 commit 4420362
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 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.

19 changes: 4 additions & 15 deletions contracts/increment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "increment"
version = "0.1.0"
authors = ["Augusto Elesbão <aelesbao@gmail.com>"]
version = "0.2.0"
authors = ["Augusto Elesbão <aelesbao@users.noreply.github.com>"]
edition = "2021"

exclude = [
Expand All @@ -15,17 +15,6 @@ exclude = [
[lib]
crate-type = ["cdylib", "rlib"]

[profile.release]
opt-level = 3
debug = false
rpath = false
lto = true
debug-assertions = false
codegen-units = 1
panic = 'abort'
incremental = false
overflow-checks = true

[features]
# for more explicit tests, cargo test --features=backtraces
backtraces = ["cosmwasm-std/backtraces"]
Expand All @@ -36,11 +25,11 @@ optimize = """docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="cosmwasm_sccache",target=/root/.cache/sccache \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/rust-optimizer:0.12.10
cosmwasm/rust-optimizer:0.14.0
"""

[dependencies]
archway-bindings = { version = "0.1.0", path = "../../packages/bindings" }
archway-bindings = { version = "0.2.0", path = "../../packages/bindings" }
cosmwasm-schema = { workspace = true }
cosmwasm-std = { version = "1.1.9", features = ["staking", "stargate"] }
cosmwasm-storage = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "archway-bindings"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "CosmWasm bindings to interact with Archway's modules"
authors = ["Augusto Elesbão <[email protected]>"]
Expand Down

0 comments on commit 4420362

Please sign in to comment.