From f4c7f304bea4193c694ad38bd4264344db6f527c Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Tue, 30 Jul 2024 00:35:25 +0400 Subject: [PATCH] bump version --- Cargo.toml | 2 +- crates/five8_const/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 97ad00a..58024d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ repository = "https://github.com/kevinheavey/five8" [workspace.dependencies] five8 = { path = "crates/five8", version = "0.1.0" } -five8_const = { path = "crates/five8_const", version = "0.1.1" } +five8_const = { path = "crates/five8_const", version = "0.1.2" } five8_core = { path = "crates/five8_core", version = "0.1.0" } diff --git a/crates/five8_const/Cargo.toml b/crates/five8_const/Cargo.toml index c01cde3..3bb5acf 100644 --- a/crates/five8_const/Cargo.toml +++ b/crates/five8_const/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "five8_const" -version = "0.1.1" +version = "0.1.2" edition = "2021" resolver = "2" description = "Compile-time base58 decoding."