Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 67f3a18

Browse files
authored
Merge pull request #693 from sdroege/system-deps-6-no-more-heck
Remove unused heck dependency and use system-deps 6 for gdkwayland too
2 parents 1c98dd6 + b74649a commit 67f3a18

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gdkwayland/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ path = "../../gdk/sys"
3737

3838
[build-dependencies]
3939
pkg-config = "0.3.7"
40-
system-deps = "5"
40+
system-deps = "6"
4141

4242
[package.metadata.docs.rs]
4343
features = ["dox"]

gtk3-macros/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ proc-macro = true
2222

2323
[dependencies]
2424
anyhow = "1.0"
25-
heck = "0.3"
2625
proc-macro-error = "1.0"
2726
proc-macro2 = "1.0"
2827
quote = "1.0"

0 commit comments

Comments
 (0)