mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Finalize 1.0.0
This commit is contained in:
parent
6239a92055
commit
9b4361db8b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "curve25519-dalek"
|
||||
version = "1.0.0-pre.1"
|
||||
version = "1.0.0"
|
||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
||||
readme = "README.md"
|
||||
|
|
|
|||
|
|
@ -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 = "1.0.0-pre.0"
|
||||
curve25519-dalek = "1"
|
||||
```
|
||||
Then import the crate as:
|
||||
```rust,no_run
|
||||
|
|
|
|||
Loading…
Reference in a new issue