diff --git a/Cargo.lock b/Cargo.lock index 75fd2575..88fecb0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -874,7 +874,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hl" -version = "0.29.9-alpha.4" +version = "0.29.9" dependencies = [ "bincode", "byte-strings", diff --git a/Cargo.toml b/Cargo.toml index 1e024413..06360d54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = [".", "crate/encstr"] [workspace.package] repository = "https://github.com/pamburus/hl" authors = ["Pavel Ivanov "] -version = "0.29.9-alpha.4" +version = "0.29.9" edition = "2021" license = "MIT"