Skip to content

Commit

Permalink
Merge pull request #270 from PeggyJV/zaki/bump_version
Browse files Browse the repository at this point in the history
  • Loading branch information
zmanian authored Aug 9, 2024
2 parents 2c312d0 + 6452bee commit 20ce759
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 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.

31 changes: 17 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[workspace]
members = [
".",
"crates/steward-proto",
]
default-members = [
".",
]
members = [".", "crates/steward-proto"]
default-members = ["."]
resolver = "2"

[workspace.package]
version = "4.2.3"
version = "4.2.4"
edition = "2021"

[workspace.dependencies]
prost = "0.7"
serde = { version = "1.0", features = ["serde_derive"] }
tonic = { version = "0.4.3", features = ["codegen", "tls", "tower", "transport"] }
tonic = { version = "0.4.3", features = [
"codegen",
"tls",
"tower",
"transport",
] }

[package]
name = "steward"
Expand All @@ -30,8 +30,10 @@ bip32 = "0.2"
bytes = "1.0"
clap = "3"
clarity = "0.4.12"
deep_space ={ git = "https://github.com/iqlusioninc/deep_space/", branch = "master" }
ethers = { git = "https://github.com/iqlusioninc/ethers-rs.git", branch="zaki/error_abi_support", features = ["abigen"] }
deep_space = { git = "https://github.com/iqlusioninc/deep_space/", branch = "master" }
ethers = { git = "https://github.com/iqlusioninc/ethers-rs.git", branch = "zaki/error_abi_support", features = [
"abigen",
] }
futures = "0.3"
gravity_bridge = { git = "https://github.com/PeggyJV/gravity-bridge", branch = "main" }
hex = "0.4"
Expand All @@ -56,7 +58,7 @@ signatory = "0.23.0-pre"
somm_proto = { git = "https://github.com/PeggyJV/sommelier", rev = "cec0a521bff793c6f01ce05429214113b22a588c" }
steward-proto = { path = "crates/steward-proto" }
thiserror = "1"
tokio ={ version = "1", features = ["macros", "fs"] }
tokio = { version = "1", features = ["macros", "fs"] }
toml = { version = "0.5" }
tonic.workspace = true
tonic-reflection = "0.1.0"
Expand Down Expand Up @@ -96,11 +98,12 @@ once_cell = "1.2"
tempdir = "0.3"

[build-dependencies]
ethers = { git = "https://github.com/iqlusioninc/ethers-rs.git", branch="zaki/error_abi_support", features = ["abigen"] }
ethers = { git = "https://github.com/iqlusioninc/ethers-rs.git", branch = "zaki/error_abi_support", features = [
"abigen",
] }
hex = "0.4"
merkle_hash = "3.6"
prost-build = "0.7"
tonic = { version = "0.4.3", features = ["codegen", "tls", "transport"] }
tonic-build = "0.4"
walkdir = "2.3.2"

0 comments on commit 20ce759

Please sign in to comment.