Skip to content

Commit 94f1e36

Browse files
committed
glib-macros: add clone_block attribute
1 parent d83ac37 commit 94f1e36

File tree

6 files changed

+1957
-3
lines changed

6 files changed

+1957
-3
lines changed

glib-macros/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,17 @@ heck = "0.4"
1717
proc-macro-error = "1.0"
1818
proc-macro2 = "1.0"
1919
quote = "1.0"
20-
syn = { version = "1.0", features = ["full"], default-features = false }
20+
syn = { version = "1.0", features = ["full", "visit-mut"], default-features = false }
2121
proc-macro-crate = "1.0"
2222
deluxe = "0.4.1"
2323

2424
[lib]
2525
proc-macro = true
2626

2727
[dev-dependencies]
28+
futures-channel = "0.3"
29+
futures-executor = "0.3"
30+
futures-util = "0.3"
2831
glib = { path = "../glib" }
2932
trybuild2 = "1.0"
3033
once_cell = "1.9.0"

0 commit comments

Comments
 (0)