From 5d930499eef5e5b302f5e6c08306499c28c763da Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 7 Dec 2021 09:11:07 -0500 Subject: [PATCH] (cargo-release) version 0.1.1 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index debaecc..cba996c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vectora" -version = "0.1.1-pre.0" +version = "0.1.1" authors = ["Chris Simpkins "] license = "Apache-2.0" edition = "2021" diff --git a/README.md b/README.md index bc65d34..3d2227a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Import the library in the `[dependencies]` section of your `Cargo.toml` file: ```toml [dependencies] -vectora = "0.1" +vectora = "0.1.1" ``` ## Developer documentation diff --git a/src/lib.rs b/src/lib.rs index a89f2b4..39b6167 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -73,7 +73,7 @@ //! //! ```toml //! [dependencies] -//! vectora = "0.1" +//! vectora = "0.1.1" //! ``` //! //! The examples below assume the following [`Vector`] struct import in