Syntex 0.33 and Syntex 0.35 are making troubles. #13
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mikedilger/textnonce#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Maybe i am wrong because i am new to Rust,
but i see a dependecy version problem,
textnonce uses syntex 0.33
here : https://github.com/mikedilger/textnonce/blob/master/Cargo.toml#L25
And then the dependecy of textnonce: serde_codegen is using syntex 0.35
here: https://github.com/serde-rs/serde/blob/master/serde_codegen/Cargo.toml#L28
So i get as result a dependecy problem:
To reproduce, just
rustc -V
rustc 1.9.0 (e4e8b6668 2016-05-18)
Published a new version. Since this keeps happening, I'm not specifying the exact syntex version anymore.