From 01847a1c44fd5b3b76f9aa3755a4c853a903eb4a Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Thu, 17 Feb 2022 13:59:25 -0500 Subject: [PATCH] Update ringbuf repo --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33c68be..06f02cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ checksum = "5bdc16c6ce4c85d9b46b4e66f2a814be5b3f034dbd5131c268a24ca26d970db8" [[package]] name = "polldance" version = "0.1.0" -source = "git+https://git.asonix.dog/safe-async/polldance#be0013e17ad46e94e9f1865b78dd29b2cbd5bd05" +source = "git+https://git.asonix.dog/safe-async/polldance#0a155a37ae143c416db30939732d68faa643b71f" dependencies = [ "rustix", ] @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "read-write-buf" version = "0.1.0" -source = "git+https://git.asonix.dog/asonix/read-write-buf#c3a7fc23ed51f12d3cd961f2be5a45585c196db5" +source = "git+https://git.asonix.dog/safe-async/read-write-buf#c3a7fc23ed51f12d3cd961f2be5a45585c196db5" [[package]] name = "rustix" diff --git a/Cargo.toml b/Cargo.toml index c6b246a..7b17ef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ edition = "2021" polldance = { git = "https://git.asonix.dog/safe-async/polldance" } [dev-dependencies] -read-write-buf = { git = "https://git.asonix.dog/asonix/read-write-buf" } +read-write-buf = { git = "https://git.asonix.dog/safe-async/read-write-buf" } join-all = { git = "https://git.asonix.dog/safe-async/join-all" }