Skip to content

Commit

Permalink
Patch libutp-rs's libutp-sys dep with fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks committed Apr 3, 2024
1 parent da1c2fd commit a9c8454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ async-trait = "0.1.53"
async-compat = "0.2.1"
blake2-rfc = "0.2.18"

[patch.crates-io]
libutp-sys = { git = "https://github.com/cowlicks/libutp-sys.git", branch = "fix-build-failure", optional = true }

[dev-dependencies]
env_logger = "0.8.3"
async-std = { version = "1.9.0", features = ["unstable", "attributes"] }
Expand Down

0 comments on commit a9c8454

Please sign in to comment.