Skip to content

Commit

Permalink
Bump x25519-dalek version to 1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Sep 14, 2021
1 parent 179986a commit ea047a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
# - update html_root_url
# - update CHANGELOG
# - if any changes were made to README.md, mirror them in src/lib.rs docs
version = "1.1.1"
version = "1.2.0"
authors = [
"Isis Lovecruft <[email protected]>",
"DebugSteven <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ To install, add the following to your project's `Cargo.toml`:

```toml
[dependencies]
x25519-dalek = "1.1"
x25519-dalek = "1"
```

# MSRV
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#![cfg_attr(feature = "bench", feature(test))]
#![cfg_attr(feature = "nightly", deny(missing_docs))]
#![doc(html_logo_url = "https://doc.dalek.rs/assets/dalek-logo-clear.png")]
#![doc(html_root_url = "https://docs.rs/x25519-dalek/1.1.1")]
#![doc(html_root_url = "https://docs.rs/x25519-dalek/1.2.0")]

//! # x25519-dalek [![](https://img.shields.io/crates/v/x25519-dalek.svg)](https://crates.io/crates/x25519-dalek) [![](https://docs.rs/x25519-dalek/badge.svg)](https://docs.rs/x25519-dalek) [![](https://travis-ci.org/dalek-cryptography/x25519-dalek.svg?branch=master)](https://travis-ci.org/dalek-cryptography/x25519-dalek)
//!
Expand Down Expand Up @@ -124,7 +124,7 @@
//!
//! ```toml
//! [dependencies]
//! x25519-dalek = "1.1"
//! x25519-dalek = "1"
//! ```
//!
//! # MSRV
Expand Down

0 comments on commit ea047a2

Please sign in to comment.