Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wznmickey committed Sep 16, 2024
1 parent 3aa79d9 commit 75e216e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.0-rc1"
version = "0.4.1"
edition = "2021"
description = "A syncer to Canvas LMS with files among courses"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Plan to implement Canvas-Syncer (https://github.com/BoYanZh/Canvas-Syncer) in ru
Roadmap:
1. use blocking to complete basic functions (finished)
2. switch to async (finished)
3. support features(i.e. file filter, detail downloading config)
3. support features(i.e. file filter, detail downloading config) (partly)
4. allow uploading

An async rust program that synchronizes files and folders across Canvas LMS Files and local.
Expand Down

0 comments on commit 75e216e

Please sign in to comment.