Skip to content

Commit 25a17e4

Browse files
committed
chore: bump patch number and update metadata
1 parent 649172b commit 25a17e4

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
[package]
22
name = "awsbck"
3-
version = "0.2.0"
4-
description = "Utility to backup a folder to AWS S3, once or periodically."
3+
version = "0.2.1"
4+
edition = "2021"
55
authors = ["Valentin Bersier <[email protected]>"]
6-
repository = "https://github.com/beeb/awsbck-rs"
76
license = "MIT or Apache-2.0"
8-
edition = "2021"
7+
description = "Utility to backup a folder to AWS S3, once or periodically."
8+
repository = "https://github.com/beeb/awsbck-rs"
9+
readme = "./README.md"
10+
keywords = ["aws", "s3", "backup", "aws-s3"]
11+
categories = ["command-line-utilities", "filesystem"]
912

1013
[dependencies]
1114
anyhow = "1"

0 commit comments

Comments
 (0)