diff options
-rw-r--r-- | Cargo.lock | 6 | ||||
-rw-r--r-- | hbak/Cargo.toml | 2 | ||||
-rw-r--r-- | hbak_common/Cargo.toml | 2 | ||||
-rw-r--r-- | hbakd/Cargo.toml | 2 |
4 files changed, 6 insertions, 6 deletions
@@ -346,7 +346,7 @@ checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" [[package]] name = "hbak" -version = "0.3.3" +version = "0.3.4-dev" dependencies = [ "clap", "hbak_common", @@ -357,7 +357,7 @@ dependencies = [ [[package]] name = "hbak_common" -version = "0.3.3" +version = "0.3.4-dev" dependencies = [ "argon2", "bincode", @@ -376,7 +376,7 @@ dependencies = [ [[package]] name = "hbakd" -version = "0.3.3" +version = "0.3.4-dev" dependencies = [ "clap", "ctrlc", diff --git a/hbak/Cargo.toml b/hbak/Cargo.toml index 495a648..322c3b1 100644 --- a/hbak/Cargo.toml +++ b/hbak/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hbak" -version = "0.3.3" +version = "0.3.4-dev" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/hbak_common/Cargo.toml b/hbak_common/Cargo.toml index fe9fc36..b5ed340 100644 --- a/hbak_common/Cargo.toml +++ b/hbak_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hbak_common" -version = "0.3.3" +version = "0.3.4-dev" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/hbakd/Cargo.toml b/hbakd/Cargo.toml index f44223b..91a36c1 100644 --- a/hbakd/Cargo.toml +++ b/hbakd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hbakd" -version = "0.3.3" +version = "0.3.4-dev" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |