diff --git a/Cargo.lock b/Cargo.lock index 3ac0049..16c130a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -995,7 +995,7 @@ dependencies = [ [[package]] name = "tera-rand" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "dashmap", @@ -1013,7 +1013,7 @@ dependencies = [ [[package]] name = "tera-rand-cli" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/README.md b/README.md index 673910f..b5cd64e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To use `tera-rand` in your project, include the following in your `Cargo.toml`: ```toml [dependencies] -tera-rand = "0.2.1" +tera-rand = "0.2.2" ``` Please see [`tera-rand` documentation] for examples on using `tera-rand` functions. @@ -25,7 +25,7 @@ This random data can be useful for tasks such as simulating traffic or populate ### Installation -You can install a `tera-rand-cli` binary from crates.io using `cargo install tera-rand-cli@0.2.1`. +You can install a `tera-rand-cli` binary from crates.io using `cargo install tera-rand-cli@0.2.2`. Alternatively, if you would like to build from source, ensure you have Rust installed at version 1.72 or higher. Then, checkout this repository and run`cargo build --release` from the root diff --git a/tera-rand-cli/Cargo.toml b/tera-rand-cli/Cargo.toml index 61a623e..b6a7d15 100644 --- a/tera-rand-cli/Cargo.toml +++ b/tera-rand-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tera-rand-cli" -version = "0.2.1" +version = "0.2.2" authors = ["Raymond Liu "] categories = ["template-engine", "command-line-utilities"] description = "A CLI tool for generating a feed of random data from a Tera template" diff --git a/tera-rand/Cargo.toml b/tera-rand/Cargo.toml index 6526a59..8342fe0 100644 --- a/tera-rand/Cargo.toml +++ b/tera-rand/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tera-rand" -version = "0.2.1" +version = "0.2.2" authors = ["Raymond Liu "] categories = ["template-engine",] description = "A suite of random data generation functions for the Tera template engine"