Skip to content

Commit

Permalink
Release version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Systemcluster committed Nov 24, 2024
1 parent d20df79 commit 4433086
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
edition = "2021"
style_edition = "2021"
unstable_features = true
version = "Two"

blank_lines_lower_bound = 0
blank_lines_upper_bound = 2
Expand Down
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*",
Expand Down Expand Up @@ -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]

Expand Down

0 comments on commit 4433086

Please # to comment.