Skip to content

Commit

Permalink
Pin version of libraries to prevent issues in future
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Aug 21, 2024
1 parent c828146 commit 4dcab3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ web3 = { version = "0.19", default-features = false, features = [
"http-rustls-tls",
] }
# local dependencies
erc20_rpc_pool = { path = "crates/erc20_rpc_pool", version = "0.4.8" }
erc20_payment_lib = { path = "crates/erc20_payment_lib", version = "0.4.8" }
erc20_payment_lib_common = { path = "crates/erc20_payment_lib_common", version = "0.4.8" }
erc20_payment_lib_extra = { path = "crates/erc20_payment_lib_extra", version = "0.4.8" }
web3_test_proxy_client = { path = "crates/web3_test_proxy_client", version = "0.4.8" }
erc20_rpc_pool = { path = "crates/erc20_rpc_pool", version = "=0.4.8" }
erc20_payment_lib = { path = "crates/erc20_payment_lib", version = "=0.4.8" }
erc20_payment_lib_common = { path = "crates/erc20_payment_lib_common", version = "=0.4.8" }
erc20_payment_lib_extra = { path = "crates/erc20_payment_lib_extra", version = "=0.4.8" }
web3_test_proxy_client = { path = "crates/web3_test_proxy_client", version = "=0.4.8" }

[dependencies]
actix-cors = { workspace = true }
Expand Down

0 comments on commit 4dcab3c

Please sign in to comment.