From faea7ae655d6a68d90ea03efd3e2eef28bda0c49 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Fri, 27 Sep 2024 15:12:30 -0400 Subject: [PATCH] Bump version to 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4bfbc2..535f60e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -208,7 +208,7 @@ dependencies = [ [[package]] name = "fast-local-sync" -version = "0.2.0" +version = "0.2.1" dependencies = [ "crossbeam", "exacl", diff --git a/Cargo.toml b/Cargo.toml index 0168f33..154f2e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fast-local-sync" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Remi Rampin