From 1006fc154ec02a3548eb348399e145bff6a6e4ed Mon Sep 17 00:00:00 2001 From: Azalea Date: Tue, 12 May 2026 01:59:23 +0000 Subject: [PATCH] [U] Release v0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf64e77..c2eddff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1118,7 +1118,7 @@ dependencies = [ [[package]] name = "refray" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index a80f173..464b963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "refray" -version = "0.1.1" +version = "0.1.2" edition = "2024" authors = ["Azalea"] description = "∞-way read-write git mirroring tool"