release: leon v2.0.0 (#1007)

chore: Release

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-04-26 17:30:24 +10:00 committed by GitHub
parent d6ec063a5d
commit 613aae2b1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -1209,7 +1209,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "leon"
version = "1.0.0"
version = "2.0.0"
dependencies = [
"clap",
"miette",

View file

@ -21,7 +21,7 @@ either = "1.8.1"
home = "0.5.5"
itertools = "0.10.5"
jobslot = { version = "0.2.11", features = ["tokio"] }
leon = { version = "1.0.0", path = "../leon" }
leon = { version = "2.0.0", path = "../leon" }
leon-macros = { version = "0.0.0", path = "../leon-macros" }
maybe-owned = "0.3.4"
miette = "5.8.0"

View file

@ -13,7 +13,7 @@ license = "Apache-2.0 OR MIT"
proc-macro = true
[dependencies]
leon = { version = "1.0.0", path = "../leon", default-features = false }
leon = { version = "2.0.0", path = "../leon", default-features = false }
proc-macro2 = "1.0.56"
syn = { version = "2.0.15", default-features = false, features = ["proc-macro", "parsing"] }
quote = "1.0.26"

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 = "1.0.0"
version = "2.0.0"
rust-version = "1.61.0"
authors = ["Félix Saparelli <felix@passcod.name>"]
edition = "2021"