Skip to content

Commit

Permalink
bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Jun 1, 2022
1 parent 2188a48 commit 67ce25f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "auto_impl"
version = "0.5.0"
version = "1.0.0"
authors = [
"Ashley Mannix <[email protected]>",
"Lukas Kalbertodt <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ some common smart pointers and closures.

# Usage

This library requires Rust 1.37.0 or newer.
This library requires Rust 1.37.0 or newer. This library doesn't leave any public API in your code.

Add `auto_impl` to your `Cargo.toml` and just use it in your crate:

Expand Down

0 comments on commit 67ce25f

Please sign in to comment.