release: leon v1.0.0 (#931)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-03-21 01:59:36 +00:00 committed by GitHub
parent 2227d363f7
commit 0d730b5e95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1243,7 +1243,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "leon"
version = "0.0.1"
version = "1.0.0"
dependencies = [
"clap 4.1.11",
"criterion",

View file

@ -3,7 +3,7 @@ name = "leon"
description = "Dead-simple string templating"
repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/leon"
version = "0.0.1"
version = "1.0.0"
rust-version = "1.61.0"
authors = ["Félix Saparelli <felix@passcod.name>"]
edition = "2021"