From 79d0b2ff7583bab937480397022c3756d3fe3cbb Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 10 Apr 2024 07:37:06 +0100 Subject: [PATCH] chore(deps): switch kxio back to released version kxio v0.1.1 has been released --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cff6586..b9035a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tracing-subscriber = "0.3" base64 = "0.22" # fs/network -kxio = { git = "https://git.kemitix.net/kemitix/kxio.git", branch = "main" } +kxio = "0.1" # { git = "https://git.kemitix.net/kemitix/kxio.git", branch = "main" } # fs tempfile = "3.10"