Skip to content

Commit

Permalink
Merge pull request #53 from artichoke/lopopolo/release-v1.5.0
Browse files Browse the repository at this point in the history
Prepare v1.5.0 release
  • Loading branch information
lopopolo authored Apr 20, 2023
2 parents 2a9f7a5 + 5f2eccb commit 4ad5d8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qed"
version = "1.4.0"
version = "1.5.0"
authors = ["Ryan Lopopolo <rjl@hyperbo.la>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
qed = "1.4.0"
qed = "1.5.0"
```

Then make compile time assertions like:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
//! ```
#![no_std]
#![doc(html_root_url = "https://docs.rs/qed/1.4.0")]
#![doc(html_root_url = "https://docs.rs/qed/1.5.0")]

#[cfg(any(test, doc))]
extern crate std;
Expand Down

0 comments on commit 4ad5d8e

Please sign in to comment.