Skip to content

Commit

Permalink
Bump version to the upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
wykurz committed Nov 18, 2024
1 parent cf5bd75 commit fc08275
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions 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 common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common"
version = "0.14.0"
version = "0.16.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion filegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "filegen"
version = "0.14.0"
version = "0.16.0"
description = "Tool for generating filesets typically used for testing."
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion rcmp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rcmp"
version = "0.14.0"
version = "0.16.0"
description = "Tool for comparing large filesets."
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion rcp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rcp"
version = "0.14.0"
version = "0.16.0"
description = "Tool for copying files similar to cp but MUCH faster."
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion rlink/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rlink"
version = "0.14.0"
version = "0.16.0"
description = "Tool for hard-linking files inspired by pcp/dsync."
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion rrm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rrm"
version = "0.14.0"
version = "0.16.0"
description = "Tool for removing files similar to rm but MUCH faster."
license = "MIT"
edition = "2021"
Expand Down

0 comments on commit fc08275

Please sign in to comment.