From 0d730b5e9516231f5cd3e5be803b2decde6e9fa9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 01:59:36 +0000 Subject: [PATCH] release: leon v1.0.0 (#931) Co-authored-by: github-actions --- Cargo.lock | 2 +- crates/leon/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e5b44b1..46ce173a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1243,7 +1243,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "leon" -version = "0.0.1" +version = "1.0.0" dependencies = [ "clap 4.1.11", "criterion", diff --git a/crates/leon/Cargo.toml b/crates/leon/Cargo.toml index b12324d1..7e0cc17e 100644 --- a/crates/leon/Cargo.toml +++ b/crates/leon/Cargo.toml @@ -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 "] edition = "2021"