We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e3acc commit f9f6c5bCopy full SHA for f9f6c5b
Cargo.lock
@@ -1710,7 +1710,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1710
1711
[[package]]
1712
name = "type-reducer"
1713
-version = "0.1.0"
+version = "0.16.0"
1714
dependencies = [
1715
"clap",
1716
"itertools",
type-reducer/Cargo.toml
@@ -1,8 +1,9 @@
1
[package]
2
3
4
-edition = "2024"
5
-authors = ["Dawid Nowak [email protected]"]
+
+version.workspace = true
+edition.workspace = true
6
+authors.workspace = true
7
8
[dependencies]
9
syn = { version = "2", features = [
0 commit comments