From 4433086d0d663e238bc968b68f7a29f496ab4136 Mon Sep 17 00:00:00 2001 From: Systemcluster Date: Sun, 24 Nov 2024 08:32:26 +0100 Subject: [PATCH] Release version 0.10.0 --- .rustfmt.toml | 3 +-- Cargo.toml | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index 6cb0de1..f8bf829 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,6 +1,5 @@ -edition = "2021" +style_edition = "2021" unstable_features = true -version = "Two" blank_lines_lower_bound = 0 blank_lines_upper_bound = 2 diff --git a/Cargo.toml b/Cargo.toml index b54041b..5db8975 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ repository = "https://github.com/Systemcluster/kitoken" readme = "README.md" edition = "2021" resolver = "2" +rust-version = "1.82.0" include = [ "Cargo.toml", "src/**/*", @@ -97,6 +98,9 @@ regex-onig = ["dep:onig"] # Enables the use of multiversion for generating multiple code paths with different CPU feature utilization multiversion = ["dep:multiversion"] +# Enables the use of unstable features +unstable = [] + [dependencies]