From 8031859ee324ff649cfa8da91a1f341b3a01a1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20du=20Garreau?= Date: Tue, 19 Oct 2021 09:00:34 +0200 Subject: [PATCH] Version 0.2.0 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b940d50..dfc1032 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "sync_file" -version = "0.1.2" +version = "0.2.0" edition = "2018" +rust-version = "1.51" license = "MIT OR Apache-2.0" readme = "README.md" description = "Files that can be read concurrently"