diff --git a/Cargo.lock b/Cargo.lock index ac4ae94a..a9266228 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -978,7 +978,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hl" -version = "0.30.1-alpha.3" +version = "0.30.1" dependencies = [ "bincode", "byte-strings", diff --git a/Cargo.toml b/Cargo.toml index 565a202a..9420342a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = [".", "crate/encstr", "crate/heapopt"] [workspace.package] repository = "https://github.com/pamburus/hl" authors = ["Pavel Ivanov "] -version = "0.30.1-alpha.3" +version = "0.30.1" edition = "2021" license = "MIT"