Bump version to 1.0.0-pre.0

This commit is contained in:
Henry de Valence 2018-11-05 16:15:07 -08:00
parent 5d0bdf2f21
commit 18a7fb360a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "curve25519-dalek"
version = "0.21.0"
version = "1.0.0-pre.0"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"

View file

@ -45,7 +45,7 @@ make doc-internal
To import `curve25519-dalek`, add the following to the dependencies section of
your project's `Cargo.toml`:
```toml
curve25519-dalek = "0.21"
curve25519-dalek = "1.0.0-pre.0"
```
Then import the crate as:
```rust,no_run