Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions blockscout-ens/Cargo.lock

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

6 changes: 3 additions & 3 deletions blockscout-ens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ members = [
bens-proto = { path = "./bens-proto" }
bens-logic = { path = "./bens-logic" }

actix-prost = { git = "https://github.com/blockscout/actix-prost" }
actix-prost-build = { git = "https://github.com/blockscout/actix-prost" }
actix-prost-macros = { git = "https://github.com/blockscout/actix-prost" }
actix-prost = { git = "https://github.com/blockscout/actix-prost", tag = "v1.0.3" }
actix-prost-build = { git = "https://github.com/blockscout/actix-prost", tag = "v1.0.3" }
actix-prost-macros = { git = "https://github.com/blockscout/actix-prost", tag = "v1.0.3" }
Comment thread
sevenzing marked this conversation as resolved.
Outdated
actix-web = { version = "4" }
alloy = { version = "0.5.4", default-features = false }
alloy-ccip-read = { version = "0.3.0" }
Expand Down
Loading