From bc72e30b65dd05fae5e7cc60aa62e5b6d86e7df3 Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Sat, 28 Dec 2024 16:21:26 +0100 Subject: [PATCH] build: changed version to 0.30.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"