Skip to content

Commit 01114d8

Browse files
committed
pinned rust version and updated dpes
1 parent 3910a76 commit 01114d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quork-proc/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ homepage = "https://github.com/jewlexx/quork.git"
77
license = "MIT"
88
name = "quork-proc"
99
repository = "https://github.com/jewlexx/quork.git"
10+
rust-version = "1.70.0"
1011
version = "0.4.1"
1112

1213
[lib]
@@ -22,4 +23,4 @@ quote = "1.0"
2223
syn = { version = "2.0", features = ["full"] }
2324

2425
[dev-dependencies]
25-
strum = { version = "0.26", features = ["derive"] }
26+
strum = { version = "0.27", features = ["derive"] }

0 commit comments

Comments
 (0)