From 1e349c9fa591912c45788a13db20a570f8c99026 Mon Sep 17 00:00:00 2001 From: wznmickey Date: Fri, 26 Apr 2024 04:33:28 +0800 Subject: [PATCH] version 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d831501..858d9ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,7 +133,7 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "canvas_syncer" -version = "0.2.0" +version = "0.3.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 447c0ca..493443f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "canvas_syncer" -version = "0.2.0" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README b/README index a3725eb..42db566 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ Plan to implement Canvas-Syncer in rust to gain higher reability and extension. -Current Version: 0.2.0 +Current Version: 0.3.0 Roadmap: 1. use blocking to complete basic functions (finished) -2. switch to async (partly finished) +2. switch to async (finished) 3. support features(i.e. file filter,detail downloading config) 4. allow uploading