Skip to content

Commit

Permalink
bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
harababurel committed Jul 24, 2023
1 parent d04895e commit 3d2469f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gcsf"
description = "Filesystem based on Google Drive"
version = "0.2.2"
version = "0.2.3"
repository = "https://github.com/harababurel/gcsf"
authors = ["Sergiu Puscas <[email protected]>"]
license = "MIT"
Expand All @@ -11,7 +11,6 @@ edition = "2021"


[dependencies]
# chrono = "0.4.26"
clap = { version = "2.33.0", features = ["yaml"] }
config = "0.13.3"
ctrlc = "3.4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/cli.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: GCSF
version: "0.2.2"
version: "0.2.3"
author: Sergiu Puscas <[email protected]>
about: File system based on Google Drive
subcommands:
Expand Down

0 comments on commit 3d2469f

Please sign in to comment.