Skip to content

Commit 4abee00

Browse files
committed
chore: Prepare 0.6.4
1 parent 2337518 commit 4abee00

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55
resolver = "2"
66

77
[workspace.package]
8-
version = "0.6.3"
8+
version = "0.6.4"
99
authors = ["Sebastian Beyvers <sb@pus.de>"]
1010
edition = "2021"
1111
repository = "https://github.com/ArunaStorage/aruna-file"

crates/pithos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pithos"
33
description = "Client for the Pithos object storage file format"
4-
version = "0.6.3"
4+
version = "0.6.4"
55
authors.workspace = true
66
edition.workspace = true
77
repository.workspace = true

crates/pithos_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pithos_lib"
33
description = "Library and components for encrypting / compressing pithos (.pto) files, including specification"
4-
version = "0.6.3"
4+
version = "0.6.4"
55
authors.workspace = true
66
edition.workspace = true
77
repository.workspace = true

crates/pithos_pyo3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pithos_pyo3"
33
description = "Client for the Pithos object storage file format"
4-
version = "0.6.3"
4+
version = "0.6.4"
55
authors.workspace = true
66
edition.workspace = true
77
repository.workspace = true

0 commit comments

Comments
 (0)