mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Bump x25519-dalek version to 0.1.0.
This commit is contained in:
parent
3702a7c598
commit
2f16d80b26
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "x25519-dalek"
|
||||
version = "0.0.0"
|
||||
version = "0.1.0"
|
||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>"]
|
||||
readme = "README.md"
|
||||
license = "BSD-3-Clause"
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ Documentation is available [here](https://docs.rs/x25519-dalek).
|
|||
To install, add the following to your project's `Cargo.toml`:
|
||||
|
||||
[dependencies.x25519-dalek]
|
||||
version = "^0.0"
|
||||
version = "^0.1"
|
||||
|
||||
Then, in your library or executable source, add:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue