Skip to content

Commit 56e59f6

Browse files
committed
cargo/0.1.0
1 parent 054f814 commit 56e59f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ travis-ci = { repository = "KodrAus/auto_impl" }
1717
proc-macro = true
1818

1919
[dependencies]
20-
quote = "*"
21-
syn = { version = "*", features = ["full"] }
20+
quote = "~0.3"
21+
syn = { version = "~0.11", features = ["full"] }

0 commit comments

Comments
 (0)