From ea51f6ccc616c14fecbcbde907ccbb6ade55d3d4 Mon Sep 17 00:00:00 2001 From: Sebastien Rousseau Date: Tue, 28 Nov 2023 11:10:06 +0000 Subject: [PATCH] feat(vrd): :sparkles: v0.0.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70e1857..212316b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -925,7 +925,7 @@ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" [[package]] name = "vrd" -version = "0.0.4" +version = "0.0.5" dependencies = [ "assert_cmd", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 8662b3d..aefa80a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ name = "vrd" readme = "README.md" repository = "https://github.com/sebastienrousseau/vrd" rust-version = "1.69.0" -version = "0.0.4" +version = "0.0.5" include = [ "/CONTRIBUTING.md", "/LICENSE-APACHE", diff --git a/README.md b/README.md index 68ae506..b0b5962 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ To use the `Random (VRD)` library in your project, add the following to your `Ca ```toml [dependencies] -vrd = "0.0.4" +vrd = "0.0.5" ``` Add the following to your `main.rs` file: diff --git a/src/lib.rs b/src/lib.rs index 77be38d..b9c987d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -45,7 +45,7 @@ //! //! ```toml //! [dependencies] -//! vrd = "0.0.4" +//! vrd = "0.0.5" //! serde = { version = "1.0.160", features = ["derive"] } //! ``` //!