libsyntax changed yet again
This commit is contained in:
parent
a133bc5c33
commit
049bcb3278
|
@ -27,7 +27,7 @@ build = "build.rs"
|
|||
[dependencies]
|
||||
libc = "0.2"
|
||||
num = "0.1"
|
||||
interpolate_idents = ">=0.0.5"
|
||||
interpolate_idents = { git = "https://github.com/dgrunwald/interpolate_idents.git" }
|
||||
abort_on_panic = "1.0"
|
||||
|
||||
# These features are both optional, but you must pick one to
|
||||
|
|
Loading…
Reference in New Issue