From d0d389cb0e8a0d014cadef420a430c27eeb02e52 Mon Sep 17 00:00:00 2001 From: charles-r-earp Date: Mon, 27 May 2024 19:08:30 -0700 Subject: [PATCH] bump version v0.2.1-alpha --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bcd6e75..0e20c17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = ["examples/*", "benches/*"] [workspace.package] -version = "0.2.0" +version = "0.2.1-alpha" authors = ["Charles R Earp "] edition = "2021" rust-version = "1.70.0" @@ -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"