Fix release

This commit is contained in:
Andras Schmelczer 2025-12-02 20:44:20 +00:00
commit 89e3b61766
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ else
exit 1 exit 1
fi fi
cargo install cargo-set-version cargo install cargo-edit
if [[ -n $(git status --porcelain) ]]; then if [[ -n $(git status --porcelain) ]]; then
echo "Your working directory is not clean. Please commit or stash your changes before proceeding." echo "Your working directory is not clean. Please commit or stash your changes before proceeding."

View file

@ -5,7 +5,7 @@ authors = ["Andras Schmelczer <andras@schmelczer.dev>"]
edition = "2024" edition = "2024"
license = "MIT" license = "MIT"
repository = "https://github.com/schmelczer/vault-link" repository = "https://github.com/schmelczer/vault-link"
version = "--bump" version = "0.11.0"
[dependencies] [dependencies]
serde = { version = "1.0.219", default-features = false, features = ["derive"] } serde = { version = "1.0.219", default-features = false, features = ["derive"] }