diff --git a/README.md b/README.md index f241f81..e0ff3c3 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,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.18" +curve25519-dalek = "0.19" ``` Then import the crate as: ```rust,no_run