Skip to content

Commit

Permalink
Fixed installation section in README; accidentally deleted this earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb committed Oct 16, 2022
1 parent 8319adb commit 7529d65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7529d65

Please sign in to comment.