Skip to content

Commit

Permalink
Bug fix for lexical-derive tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Feb 4, 2020
1 parent 4091669 commit 905cdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexical-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
[dependencies]
quote = "1.0"
syn = "1.0"
lexical-core = { path = "../lexical-core", version = "0.7.0", default-features = false }
lexical-core = { path = "../lexical-core", version = "0.8.0", default-features = false }

[lib]
proc-macro = true
Expand Down

0 comments on commit 905cdba

Please sign in to comment.