Add edition = 2018

This commit is contained in:
Eirik Ogilvie-Wigley
2019-08-20 18:31:20 -06:00
parent b35a819a09
commit 09882c6d08
7 changed files with 8 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ description = "Elliptic curve group traits and utilities"
documentation = "https://docs.rs/group/"
homepage = "https://github.com/ebfull/group"
repository = "https://github.com/ebfull/group"
edition = "2018"
[dependencies]
ff = { path = "../ff" }