Skip to content

Commit

Permalink
feat: set Cargo dependency to ethereum/utp repo
Browse files Browse the repository at this point in the history
  • Loading branch information
morph-dev committed Feb 4, 2025
1 parent eb4c073 commit b24266d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ tree_hash_derive = "0.8.0"
uds_windows = "1.0.1"
ureq = { version = "2.5.0", features = ["json"] }
url = "2.3.1"
utp-rs = { git = "https://github.com/morph-dev/utp", rev= "da5ae3e46a3daa6489a98fd2c7d198e83eee86b4" }
utp-rs = { git = "https://github.com/ethereum/utp", tag = "v0.1.0-alpha.16" }

# Trin workspace crates
e2store = { path = "crates/e2store" }
Expand Down

0 comments on commit b24266d

Please sign in to comment.