Skip to content

Commit

Permalink
Unset pre-version numbers but hold off releasing cli for now
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jul 21, 2024
1 parent f8addbc commit 2bd022a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ workspace.resolver = "2"
members = ["crates/genemichaels", "crates/genemichaels-lib"]

[workspace.package]
version = "0.5.0-pre3"
version = "0.5.0"
edition = "2021"
license = "ISC"
repository = "https://github.com/andrewbaxter/genemichaels"
Expand Down
5 changes: 1 addition & 4 deletions crates/genemichaels/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ console = "0.15"
loga = "0.5"
serde = { workspace = true }
serde_json = { workspace = true }
genemichaels-lib = { version = "0.5.0-pre3", path = "../genemichaels-lib" }

[patch.crates-io]
aargvark_proc_macros = { version = "0.5.0-pre3" }
genemichaels-lib = { version = ">=0", path = "../genemichaels-lib" }

0 comments on commit 2bd022a

Please sign in to comment.