From 67ce25fded18f647775bca863e993623a1b3ece5 Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Wed, 1 Jun 2022 17:14:38 +1000 Subject: [PATCH] bump to 1.0.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c4a23c1..bc1fc30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "auto_impl" -version = "0.5.0" +version = "1.0.0" authors = [ "Ashley Mannix ", "Lukas Kalbertodt ", diff --git a/README.md b/README.md index bcacc6c..1695883 100644 --- a/README.md +++ b/README.md @@ -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: