Skip to content

Commit f9f6c5b

Browse files
committed
chore: cargo cleanup
Signed-off-by: Shane Utt <[email protected]>
1 parent d9e3acc commit f9f6c5b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17101710

17111711
[[package]]
17121712
name = "type-reducer"
1713-
version = "0.1.0"
1713+
version = "0.16.0"
17141714
dependencies = [
17151715
"clap",
17161716
"itertools",

type-reducer/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "type-reducer"
3-
version = "0.1.0"
4-
edition = "2024"
5-
authors = ["Dawid Nowak [email protected]"]
3+
4+
version.workspace = true
5+
edition.workspace = true
6+
authors.workspace = true
67

78
[dependencies]
89
syn = { version = "2", features = [

0 commit comments

Comments
 (0)