Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wznmickey committed Apr 25, 2024
1 parent 1e3556f commit 1e349c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 1e349c9

Please sign in to comment.