Skip to content

Commit

Permalink
bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 13, 2024
1 parent 60770d3 commit ced29f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.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" }
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.2.0"
version = "0.2.1"
edition = "2021"
resolver = "2"
description = "Fast base58 encoding and decoding for 32-byte and 64-byte arrays."
Expand Down
2 changes: 1 addition & 1 deletion crates/five8_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "five8_core"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
resolver = "2"
license = "MIT"
Expand Down

0 comments on commit ced29f5

Please sign in to comment.