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;