From ced29f570f8de0f3cf618e04cbd63bc6b0f5ebc0 Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Sun, 13 Oct 2024 15:13:54 +0400 Subject: [PATCH] bump versions for release --- Cargo.toml | 4 ++-- crates/five8/Cargo.toml | 2 +- crates/five8_core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 952140b..f5bcf6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ keywords = ["base58", "encoding"] repository = "https://github.com/kevinheavey/five8" [workspace.dependencies] -five8 = { path = "crates/five8", version = "0.2.0" } +five8 = { path = "crates/five8", version = "0.2.1" } five8_const = { path = "crates/five8_const", version = "0.1.3" } -five8_core = { path = "crates/five8_core", version = "0.1.0" } +five8_core = { path = "crates/five8_core", version = "0.1.1" } diff --git a/crates/five8/Cargo.toml b/crates/five8/Cargo.toml index 594e9ac..4259d9a 100644 --- a/crates/five8/Cargo.toml +++ b/crates/five8/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "five8" -version = "0.2.0" +version = "0.2.1" edition = "2021" resolver = "2" description = "Fast base58 encoding and decoding for 32-byte and 64-byte arrays." diff --git a/crates/five8_core/Cargo.toml b/crates/five8_core/Cargo.toml index 3340b1b..19ff9e9 100644 --- a/crates/five8_core/Cargo.toml +++ b/crates/five8_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "five8_core" -version = "0.1.0" +version = "0.1.1" edition = "2021" resolver = "2" license = "MIT"