Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jul 29, 2024
1 parent ce17edc commit f4c7f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion crates/five8_const/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit f4c7f30

Please sign in to comment.