From 1007c7ad84ed63bf1b3b86ef729f165dedc53aca Mon Sep 17 00:00:00 2001 From: Gaius Date: Thu, 8 Feb 2024 13:25:58 +0800 Subject: [PATCH] chore: update cargo version to v0.1.14 (#264) Signed-off-by: Gaius --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76bbf11d..9fcd1522 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dragonfly-client" -version = "0.1.13" +version = "0.1.14" authors = ["The Dragonfly Developers"] homepage = "https://d7y.io/" repository = "https://github.com/dragonflyoss/client.git"