Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs committed May 31, 2024
1 parent d12e135 commit b532ef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alox-48-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alox-48-derive"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Melody Madeline Lyons"]
repository = "https://github.com/Speak2Erase/alox-48"
Expand Down
4 changes: 2 additions & 2 deletions alox-48/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alox-48"
version = "0.5.0-pre.2"
version = "0.5.0-pre.3"
edition = "2021"
authors = ["Melody Madeline Lyons"]
repository = "https://github.com/Speak2Erase/alox-48"
Expand All @@ -16,7 +16,7 @@ indexmap = { version = "2.0", features = ["serde", "std"] }
thiserror = "1.0"
paste = "1.0"

alox-48-derive = { version = "0.2.0", path = "../alox-48-derive/", optional = true }
alox-48-derive = { version = "0.3.0", path = "../alox-48-derive/", optional = true }

[features]
derive = ["alox-48-derive"]
Expand Down

0 comments on commit b532ef6

Please sign in to comment.