Skip to content

Commit

Permalink
Merge pull request #6 from artichoke/lopopolo/release-v1.0.0
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
lopopolo authored Apr 10, 2022
2 parents 10b4442 + 51a2359 commit 4641918
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 = "0.0.1"
version = "1.0.0"
authors = ["Ryan Lopopolo <[email protected]>"]
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 = "0.0.1"
qed = "1.0.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 @@ -44,7 +44,7 @@
//! ```
#![no_std]
#![doc(html_root_url = "https://docs.rs/qed/0.0.1")]
#![doc(html_root_url = "https://docs.rs/qed/1.0.0")]

// Ensure code blocks in README.md compile
#[cfg(all(doctest, any(target_pointer_width = "32", target_pointer_width = "64")))]
Expand Down

0 comments on commit 4641918

Please sign in to comment.