Skip to content

Commit

Permalink
bump version v0.2.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-r-earp committed May 28, 2024
1 parent 0b65f5c commit d0d389c
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 = ["examples/*", "benches/*"]

[workspace.package]
version = "0.2.0"
version = "0.2.1-alpha"
authors = ["Charles R Earp <charles.r.earp@gmail.com>"]
edition = "2021"
rust-version = "1.70.0"
Expand All @@ -11,10 +11,10 @@ readme = "README.md"
homepage = "https://github.com/charles-r-earp/autograph"
repository = "https://github.com/charles-r-earp/autograph"
license = "MIT OR Apache-2.0"
publish = true
publish = false

[workspace.dependencies]
autograph_derive = { path = "autograph_derive", version = "=0.2.0" }
autograph_derive = { path = "autograph_derive", version = "=0.2.1-alpha" }
autograph = { path = ".", default-features = false }
anyhow = "1.0.37"
clap = "4.2.5"
Expand Down

0 comments on commit d0d389c

Please sign in to comment.