Skip to content

Commit fc69013

Browse files
committed
v1.0.0-rc.3
1 parent 8163499 commit fc69013

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.

bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evm_protocol_adapter_bindings"
3-
version = "1.0.0-rc.2"
3+
version = "1.0.0-rc.3"
44
edition = "2024"
55

66
[dependencies]

contracts/src/libs/Versioning.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pragma solidity ^0.8.30;
77
/// @custom:security-contact [email protected]
88
library Versioning {
99
/// @notice The semantic version number of the Anoma protocol adapter.
10-
bytes32 internal constant _PROTOCOL_ADAPTER_VERSION = "1.0.0-rc.2";
10+
bytes32 internal constant _PROTOCOL_ADAPTER_VERSION = "1.0.0-rc.3";
1111

1212
/// @notice The RISC Zero verifier selector that the protocol adapter is associated with.
1313
bytes4 internal constant _RISC_ZERO_VERIFIER_SELECTOR = 0x73c457ba;

simple_transfer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simple_transfer"
3-
version = "1.0.0-rc.2"
3+
version = "1.0.0-rc.3"
44
edition = "2024"
55

66
[lib]

0 commit comments

Comments
 (0)