From c983e25840a4dd3e717b951ebdc1b0a630c845ee Mon Sep 17 00:00:00 2001 From: Ava Chow Date: Sat, 4 May 2024 20:17:54 -0400 Subject: [PATCH] Update to fixed domain crate --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31aa235..0dd4122 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "domain" version = "0.10.1-dev" -source = "git+https://github.com/achow101/domain?branch=pub-familyname#ea58f913c388a9204be3e766287221e7d5e9e41a" +source = "git+https://github.com/achow101/domain?branch=achow-fixes#e6ad2ec6bbe9039f6e374a65dd99c982fc4675e1" dependencies = [ "bytes", "octseq", diff --git a/Cargo.toml b/Cargo.toml index 90dace2..ff74814 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ tar = "0.4.40" threadpool = "1.8.1" [patch.crates-io] -domain = { git = "https://github.com/achow101/domain", branch = "pub-familyname" } +domain = { git = "https://github.com/achow101/domain", branch = "achow-fixes" }