From 5f2eccb01a39d39f44c99d3ffcb5951848a3cba4 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Thu, 20 Apr 2023 13:59:01 -0700 Subject: [PATCH] Prepare v1.5.0 release --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 74b34a8..28eba74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qed" -version = "1.4.0" +version = "1.5.0" authors = ["Ryan Lopopolo "] license = "MIT" edition = "2021" diff --git a/README.md b/README.md index d5c097f..e62f7ad 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/src/lib.rs b/src/lib.rs index 9ba6a55..d3a7ecc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;