Skip to content

Commit bafa9ff

Browse files
authored
chore: updated versions (#428)
* chore: updated versions * chore: updated sdk version
1 parent 3ce45a9 commit bafa9ff

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed

omni-relayer/Cargo.lock

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

omni-relayer/Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "omni-relayer"
3-
version = "0.3.30"
3+
version = "0.3.31"
44
edition = "2024"
55
resolver = "2"
66
repository = "https://github.com/Near-One/omni-bridge"
@@ -51,18 +51,18 @@ mongodb = "3.2.2"
5151
redis = { version = "0.32.5", features = ["aio", "tokio-comp", "connection-manager"] }
5252
reqwest = "0.12"
5353

54-
bridge-connector-common = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "bridge-connector-common", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" }
55-
near-rpc-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-rpc-client", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" }
54+
bridge-connector-common = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "bridge-connector-common", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" }
55+
near-rpc-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-rpc-client", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" }
5656

57-
near-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-bridge-client", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" }
58-
evm-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "evm-bridge-client", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" }
59-
solana-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "solana-bridge-client", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" }
60-
utxo-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-bridge-client", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" }
61-
utxo-utils = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-utils", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" }
62-
wormhole-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "wormhole-bridge-client", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" }
63-
light-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "light-client", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" }
57+
near-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "near-bridge-client", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" }
58+
evm-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "evm-bridge-client", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" }
59+
solana-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "solana-bridge-client", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" }
60+
utxo-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-bridge-client", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" }
61+
utxo-utils = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "utxo-utils", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" }
62+
wormhole-bridge-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "wormhole-bridge-client", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" }
63+
light-client = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "light-client", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" }
6464

65-
omni-connector = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "omni-connector", rev = "7fb0c78e068587d9ac56d770edd473c4057668fd" }
65+
omni-connector = { git = "https://github.com/Near-One/bridge-sdk-rs", package = "omni-connector", rev = "3bce0464b4737c57f77e5d51fa386ad3b3b8b340" }
6666

6767
# The profile that 'dist' will build with
6868
[profile.dist]

0 commit comments

Comments
 (0)