Add edition = 2018

This commit is contained in:
Eirik Ogilvie-Wigley 2019-08-20 18:31:20 -06:00
parent 8a2b51bf36
commit 3b0cf72f42
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ documentation = "https://docs.rs/ff/"
homepage = "https://github.com/ebfull/ff"
license = "MIT/Apache-2.0"
repository = "https://github.com/ebfull/ff"
edition = "2018"
[dependencies]
byteorder = "1"

View File

@ -7,6 +7,7 @@ documentation = "https://docs.rs/ff/"
homepage = "https://github.com/ebfull/ff"
license = "MIT/Apache-2.0"
repository = "https://github.com/ebfull/ff"
edition = "2018"
[lib]
proc-macro = true