From c4759be4d0a581e33cb5bd8eace2ccc349f93f10 Mon Sep 17 00:00:00 2001 From: jace-ys Date: Tue, 18 Apr 2023 21:00:21 +0100 Subject: [PATCH] Update version --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2d931f..3a180e8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add the following line to your Cargo.toml file: ```toml [dependencies] -redsync = "1.0.0" +redsync = "1.0.1" ``` ## Documentation diff --git a/src/lib.rs b/src/lib.rs index 1fad0ae..d5549d7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ //! //! ```toml //! [dependencies] -//! redsync = "1.0.0" +//! redsync = "1.0.1" //! ``` //! //! # Quick Start