diff options
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a6e434a..d87cc9f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -8,4 +8,4 @@ authors = ["DrFrugal"] [dependencies]
clap = { version = "4.5.30", features = ["derive"] }
-zlib-header = { path = "../lib" }
+zlib-header = { path = "../lib", version = "0.1.1" }
|