From 5c66da02d1c5111a761f19396ae91691e56eefea Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Fri, 10 Dec 2021 11:24:30 -0500 Subject: [PATCH] (cargo-release) version 0.2.0 --- 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 27197d1..2a9fdb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vectora" -version = "0.1.4-dev.0" +version = "0.2.0" authors = ["Chris Simpkins "] license = "Apache-2.0" edition = "2021" diff --git a/README.md b/README.md index 42f0a7c..6040053 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Import the library in the `[dependencies]` section of your `Cargo.toml` file: ```toml [dependencies] -vectora = "0.1.3" +vectora = "0.2.0" ``` ## Developer documentation diff --git a/src/lib.rs b/src/lib.rs index 1c653dc..7964d9b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -86,7 +86,7 @@ //! //! ```toml //! [dependencies] -//! vectora = "0.1.3" +//! vectora = "0.2.0" //! ``` //! //! The examples below assume the following [`Vector`] struct import in