Fixed installation section in README; accidentally deleted this earlier

This commit is contained in:
Michael Rosenberg 2022-10-16 19:38:36 -04:00
parent 8319adbff4
commit 7529d65506

View file

@ -11,6 +11,11 @@ Documentation is available [here](https://docs.rs/ed25519-dalek).
To install, add the following to your project's `Cargo.toml`:
```toml
[dependencies.ed25519-dalek]
version = "1"
```
# Minimum Supported Rust Version
This crate requires Rust 1.56.1 at a minimum. 1.x releases of this crate supported an MSRV of 1.41.