aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crates/macros/Cargo.toml
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-02-24 18:24:11 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-02-24 18:24:11 +0000
commit2ed79c171c849338343edddafe68bc1759adf8b8 (patch)
tree9e6cae5258eca19cfb9546919a5f701745844c44 /crates/macros/Cargo.toml
parent290c16cafb22fe3e117bb7c33e55c13b16e7b5cc (diff)
downloadDropOut-2ed79c171c849338343edddafe68bc1759adf8b8.tar.gz
DropOut-2ed79c171c849338343edddafe68bc1759adf8b8.zip
chore(release): bump versions
Diffstat (limited to 'crates/macros/Cargo.toml')
-rw-r--r--crates/macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml
index 729b557..54f64f7 100644
--- a/crates/macros/Cargo.toml
+++ b/crates/macros/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dropout-macros"
-version = "0.1.0"
+version = "0.1.0-alpha.0"
edition = "2021"
description = "Proc-macro crate providing #[dropout::api] for generating Tauri TypeScript bindings"
license = "MIT OR Apache-2.0"