Skip to content

Commit

Permalink
Drop rust-crypto support
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgigena committed Dec 25, 2024
1 parent 66d9597 commit c5cdfaf
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 102 deletions.
157 changes: 56 additions & 101 deletions 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 @@ -34,7 +34,7 @@ serde = { version = "1.0", features = ["derive"]}
clap = { version = "4.5.16", features = ["derive"] }
xxhash-rust = { version = "0.8.12", features = ["xxh32"] }
hex = "0.4.3"
delink = { git = "https://github.com/devttys0/delink" }
delink = { git = "https://github.com/andrewgigena/delink" }

[dependencies.uuid]
version = "1.10.0"
Expand Down

0 comments on commit c5cdfaf

Please sign in to comment.