Skip to content

Commit

Permalink
Update services version
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Apr 4, 2024
1 parent 016bdf6 commit e267727
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 168 deletions.
168 changes: 76 additions & 92 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ tower-http = { version = "0.4", features = ["trace"] }
tracing = "0.1"
web3 = "0.19"

contracts = { git = "https://github.com/cowprotocol/services.git", tag = "v2.237.0", package = "contracts" }
ethrpc = { git = "https://github.com/cowprotocol/services.git", tag = "v2.237.0", package = "ethrpc" }
observe = { git = "https://github.com/cowprotocol/services.git", tag = "v2.237.0", package = "observe" }
shared = { git = "https://github.com/cowprotocol/services.git", tag = "v2.237.0", package = "shared" }
contracts = { git = "https://github.com/cowprotocol/services.git", tag = "v2.252.0", package = "contracts" }
ethrpc = { git = "https://github.com/cowprotocol/services.git", tag = "v2.252.0", package = "ethrpc" }
observe = { git = "https://github.com/cowprotocol/services.git", tag = "v2.252.0", package = "observe" }
shared = { git = "https://github.com/cowprotocol/services.git", tag = "v2.252.0", package = "shared" }
dto = { git = "https://github.com/cowprotocol/services.git", tag = "v2.252.0", package = "solvers-dto" }
rate-limit = { git = "https://github.com/cowprotocol/services.git", tag = "v2.252.0", package = "rate-limit" }

[dev-dependencies]
glob = "0.3"
Expand Down
6 changes: 0 additions & 6 deletions src/boundary/mod.rs

This file was deleted.

Loading

0 comments on commit e267727

Please sign in to comment.