From a9c8454401a66148669b6884099bb71facabaee2 Mon Sep 17 00:00:00 2001 From: Blake Griffith Date: Wed, 3 Apr 2024 14:51:20 -0500 Subject: [PATCH] Patch libutp-rs's libutp-sys dep with fix --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index df525c5..82c427c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }