diff options
author | Canop <cano.petrole@gmail.com> | 2024-06-03 16:58:50 +0200 |
---|---|---|
committer | Canop <cano.petrole@gmail.com> | 2024-06-03 16:58:50 +0200 |
commit | fe62ce82ff153934731ac535c5f9b233a626b476 (patch) | |
tree | 1643ceafd01efcf7d2c14f60dbb53c7e9ff725d8 | |
parent | 18a6b88f3299eb1254f32c04da2746912b4dc475 (diff) |
version 2.9.0
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 6 | ||||
-rw-r--r-- | cli/Cargo.toml | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -296,7 +296,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dysk" -version = "2.8.2" +version = "2.9.0" dependencies = [ "clap", "clap_complete", @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "dysk-cli" -version = "2.8.2" +version = "2.9.0" dependencies = [ "bet", "clap", @@ -1,6 +1,6 @@ [package] name = "dysk" -version = "2.8.2" +version = "2.9.0" authors = ["dystroy <denys.seguret@gmail.com>"] edition = "2018" keywords = ["linux", "filesystem", "fs", "lfs", "disk"] @@ -17,13 +17,13 @@ build = "build.rs" resolver = "1" [dependencies] -dysk-cli = { version = "2.8.2", path = "cli" } # beware: version is also in build dependencies +dysk-cli = { version = "2.9.0", path = "cli" } # beware: version is also in build dependencies [build-dependencies] clap = { version = "4.4", features = ["derive", "cargo"] } clap_complete = "4.4" clap_mangen = "0.2.12" -dysk-cli = { version = "2.8.2", path = "cli" } +dysk-cli = { version = "2.9.0", path = "cli" } serde = { version = "1.0", features = ["derive"] } toml = "0.7" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 88333f4..89f6fcc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dysk-cli" -version = "2.8.2" +version = "2.9.0" authors = ["dystroy <denys.seguret@gmail.com>"] edition = "2021" license = "MIT" |