From d853f026d7c5a64ff4298844584f0013f25a50eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20du=20Garreau?= Date: Thu, 31 Mar 2022 18:33:42 +0200 Subject: [PATCH] Version 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 363fc9e..4af7e4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sync_file" -version = "0.2.1" +version = "0.2.2" edition = "2018" rust-version = "1.51" license = "MIT OR Apache-2.0"