Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 5, 2024
1 parent 779a0d8 commit 54ad40a
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 @@ -10,6 +10,6 @@ keywords = ["base58", "encoding"]
repository = "https://github.com/kevinheavey/five8"

[workspace.dependencies]
five8 = { path = "crates/five8", version = "0.1.0" }
five8 = { path = "crates/five8", version = "0.2.0" }
five8_const = { path = "crates/five8_const", version = "0.1.3" }
five8_core = { path = "crates/five8_core", version = "0.1.0" }
2 changes: 1 addition & 1 deletion crates/five8/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "five8"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
resolver = "2"
description = "Fast base58 encoding and decoding for 32-byte and 64-byte arrays."
Expand Down

0 comments on commit 54ad40a

Please sign in to comment.