Skip to content

Commit

Permalink
feat(major): upgrade all packages to v1.0.0 (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo authored Jul 31, 2024
1 parent f86528e commit c03a9b6
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 36 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ cw-storage-plus = { version = "1.2.0", features = ["iterator", "macro"] }
cw2 = "1.1.0"
ed25519-dalek = { version = "2.1.1", default-features = false }
error-stack = { version = "0.4.0", features = ["eyre"] }
events = { version = "^0.1.0", path = "packages/events" }
events-derive = { version = "^0.1.0", path = "packages/events-derive" }
evm-gateway = { version = "^0.1.0", path = "packages/evm-gateway" }
axelar-wasm-std = { version = "^0.1.0", path = "packages/axelar-wasm-std" }
axelar-wasm-std-derive = { version = "^0.1.0", path = "packages/axelar-wasm-std-derive" }
integration-tests = { version = "^0.1.0", path = "integration-tests" }
events = { version = "^1.0.0", path = "packages/events" }
events-derive = { version = "^1.0.0", path = "packages/events-derive" }
evm-gateway = { version = "^1.0.0", path = "packages/evm-gateway" }
axelar-wasm-std = { version = "^1.0.0", path = "packages/axelar-wasm-std" }
axelar-wasm-std-derive = { version = "^1.0.0", path = "packages/axelar-wasm-std-derive" }
integration-tests = { version = "^1.0.0", path = "integration-tests" }
itertools = "0.11.0"
voting-verifier = { version = "^0.5.0", path = "contracts/voting-verifier" }
coordinator = { version = "^0.2.0", path = "contracts/coordinator" }
multisig = { version = "^0.4.1", path = "contracts/multisig" }
msgs-derive = { version = "^0.1.0", path = "packages/msgs-derive" }
msgs-derive = { version = "^1.0.0", path = "packages/msgs-derive" }
multisig-prover = { version = "^0.6.0", path = "contracts/multisig-prover" }
num-traits = { version = "0.2.14", default-features = false }
service-registry = { version = "^0.4.1", path = "contracts/service-registry" }
gateway = { version = "^0.2.3", path = "contracts/gateway" }
gateway-api = { version = "^0.1.0", path = "packages/gateway-api" }
router-api = { version = "^0.1.0", path = "packages/router-api" }
report = { version = "^0.1.0", path = "packages/report" }
client = { version = "^0.1.0", path = "packages/client" }
gateway-api = { version = "^1.0.0", path = "packages/gateway-api" }
router-api = { version = "^1.0.0", path = "packages/router-api" }
report = { version = "^1.0.0", path = "packages/report" }
client = { version = "^1.0.0", path = "packages/client" }
quote = "1.0.36"
rewards = { version = "^0.4.0", path = "contracts/rewards" }
thiserror = "1.0.61"
Expand All @@ -40,7 +40,7 @@ serde = { version = "1.0.145", default-features = false, features = ["derive"] }
serde_json = "1.0.89"
schemars = "0.8.10"
sha3 = { version = "0.10.8", default-features = false, features = [] }
signature-verifier-api = { version = "^0.1.0", path = "packages/signature-verifier-api" }
signature-verifier-api = { version = "^1.0.0", path = "packages/signature-verifier-api" }
syn = "2.0.68"
ethers-contract = { version = "2.0.14", default-features = false, features = ["abigen"] }
ethers-core = "2.0.14"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "integration-tests"
version = "0.1.0"
version = "1.0.0"
rust-version = { workspace = true }
edition = "2021"
description = "Amplifier Integration Tests"
Expand Down
2 changes: 1 addition & 1 deletion packages/axelar-wasm-std-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axelar-wasm-std-derive"
version = "0.1.0"
version = "1.0.0"
rust-version = { workspace = true }
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/axelar-wasm-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axelar-wasm-std"
version = "0.1.0"
version = "1.0.0"
rust-version = { workspace = true }
edition = "2021"
description = "Axelar cosmwasm standard library crate"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "client"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/events-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "events-derive"
version = "0.1.0"
version = "1.0.0"
rust-version = { workspace = true }
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/events/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "events"
version = "0.1.0"
version = "1.0.0"
rust-version = { workspace = true }
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evm-gateway"
version = "0.1.0"
version = "1.0.0"
rust-version = { workspace = true }
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gateway-api"
version = "0.1.0"
version = "1.0.0"
rust-version = { workspace = true }
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/msgs-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "msgs-derive"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
rust-version = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion packages/report/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "report"
version = "0.1.0"
version = "1.0.0"
rust-version = { workspace = true }
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/router-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "router-api"
version = "0.1.0"
version = "1.0.0"
rust-version = { workspace = true }
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/signature-verifier-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "signature-verifier-api"
version = "0.1.0"
version = "1.0.0"
rust-version = { workspace = true }
edition = "2021"

Expand Down

0 comments on commit c03a9b6

Please sign in to comment.