We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3910a76 commit 01114d8Copy full SHA for 01114d8
quork-proc/Cargo.toml
@@ -7,6 +7,7 @@ homepage = "https://github.com/jewlexx/quork.git"
7
license = "MIT"
8
name = "quork-proc"
9
repository = "https://github.com/jewlexx/quork.git"
10
+rust-version = "1.70.0"
11
version = "0.4.1"
12
13
[lib]
@@ -22,4 +23,4 @@ quote = "1.0"
22
23
syn = { version = "2.0", features = ["full"] }
24
25
[dev-dependencies]
-strum = { version = "0.26", features = ["derive"] }
26
+strum = { version = "0.27", features = ["derive"] }
0 commit comments