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