Skip to content

Commit

Permalink
undo removal of prerelease version
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-r-earp authored Jan 31, 2024
1 parent 783482e commit 17cb845
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = ["benches/*", "tests/*"]

[workspace.package]
version = "0.0.4"
version = "0.0.4-alpha"
authors = ["Charles R Earp <charles.r.earp@gmail.com>"]
edition = "2021"
rust-version = "1.70.0"
Expand All @@ -14,8 +14,8 @@ license = "MIT OR Apache-2.0"
publish = false

[workspace.dependencies]
krnl-macros = { path = "krnl-macros", version = "=0.0.4" }
krnl-core = { path = "krnl-core", version = "=0.0.4" }
krnl-macros = { path = "krnl-macros", version = "=0.0.4-alpha" }
krnl-core = { path = "krnl-core", version = "=0.0.4-alpha" }
krnl = { path = ".", default-features = false }
serde = { version = "1.0.143", default-features = false, features = ["derive"] }
dry = "0.1.1"
Expand Down

0 comments on commit 17cb845

Please sign in to comment.