Skip to content

Commit faa4ac0

Browse files
committed
feat: v2.2.9
1 parent 31dc223 commit faa4ac0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clonelicious"
3-
version = "2.2.8"
3+
version = "2.2.9"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
@@ -9,12 +9,7 @@ description = """A Rust macro library that simplifies cloning and closure execut
99
keywords = ["standard", "macro", "extensions", "structures", "simplifying"]
1010
repository = "https://github.com/crates-dev/clonelicious"
1111
categories = ["data-structures", "development-tools"]
12-
exclude = [
13-
"target",
14-
"Cargo.lock",
15-
"sh",
16-
".github"
17-
]
12+
exclude = ["target", "Cargo.lock", "sh", ".github"]
1813

1914
[dev-dependencies]
2015
tokio = { version = "1.48.0", features = ["full"] }

0 commit comments

Comments
 (0)