Skip to content

Commit

Permalink
Merge pull request #36 from cboudereau/doc/bump_version
Browse files Browse the repository at this point in the history
doc: update cargo install version
  • Loading branch information
cboudereau committed Apr 15, 2024
2 parents 9a4aa22 + 98c3a8b commit 608cbf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gcs-rsync"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
description = "rsync support for gcs with higher perf than gsutil rsync"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Cargo.toml

```bash
[dependencies]
gcs-rsync = "0.3"
gcs-rsync = "0.4"
```

## How to install as cli tool
Expand Down

0 comments on commit 608cbf8

Please sign in to comment.