Skip to content

Commit 09ee302

Browse files
committed
Bump all crate versions to 2.0.0
1 parent 43d60a6 commit 09ee302

13 files changed

Lines changed: 26 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2024"
1414
license = "GPL-3.0"
1515
readme = "README.md"
1616
repository = "https://github.com/anoma/anomapay-erc20-resource"
17-
version = "2.0.0-rc3"
17+
version = "2.0.0"
1818

1919
[workspace.dependencies]
2020
alloy-primitives = "1.0.23"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ and on pull requests:
149149
## Versioning
150150

151151
The workspace crates (`transfer_witness*`, `transfer_library*`) share the
152-
version in `[workspace.package]` (currently `2.0.0-rc3`). The circuit crates are
153-
versioned independently (currently `1.0.0`).
152+
version in `[workspace.package]` (currently `2.0.0`). The circuit crates are
153+
versioned independently (currently `2.0.0`).
154154

155155
## License
156156

transfer_circuit/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

transfer_circuit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "RISC Zero guest program and integration tests for the AnomaPay ERC20 transfer resource logic."
33
edition = "2021"
44
name = "token-transfer"
5-
version = "1.0.0"
5+
version = "2.0.0"
66

77
[workspace]
88

transfer_circuit/methods/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Build helper that compiles the token-transfer RISC Zero guest and exposes its ELF and ImageID."
33
edition = "2021"
44
name = "token-transfer-methods"
5-
version = "1.0.0"
5+
version = "2.0.0"
66

77
[build-dependencies]
88
risc0-build = { version = "3.0.3", features = ["unstable"] }

transfer_circuit/methods/guest/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

transfer_circuit/methods/guest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "RISC Zero guest entry point for the AnomaPay ERC20 transfer resource logic."
33
edition = "2021"
44
name = "token-transfer-guest"
5-
version = "1.0.0"
5+
version = "2.0.0"
66

77
[workspace]
88

transfer_circuit_v2/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

transfer_circuit_v2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "v2 RISC Zero guest program and integration tests for the AnomaPay ERC20 transfer resource logic, with migration support."
33
edition = "2021"
44
name = "token-transfer-v2"
5-
version = "1.0.0"
5+
version = "2.0.0"
66

77
[workspace]
88

0 commit comments

Comments
 (0)