mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Enable Rust 2018.
This commit is contained in:
parent
28c2f2e3d1
commit
a065bee381
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ed25519-dalek"
|
name = "ed25519-dalek"
|
||||||
version = "1.0.0-pre.2"
|
version = "1.0.0-pre.2"
|
||||||
|
edition = "2018"
|
||||||
authors = ["isis lovecruft <isis@patternsinthevoid.net>"]
|
authors = ["isis lovecruft <isis@patternsinthevoid.net>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
|
|
|
||||||
|
|
@ -247,8 +247,6 @@
|
||||||
|
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![warn(future_incompatible)]
|
#![warn(future_incompatible)]
|
||||||
#![warn(rust_2018_compatibility)]
|
|
||||||
#![warn(rust_2018_idioms)]
|
|
||||||
#![deny(missing_docs)] // refuse to compile if documentation is missing
|
#![deny(missing_docs)] // refuse to compile if documentation is missing
|
||||||
|
|
||||||
#[cfg(any(feature = "std", test))]
|
#[cfg(any(feature = "std", test))]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue