Skip to content

Commit

Permalink
feat(vrd): ✨ v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Nov 28, 2023
1 parent 08cc87e commit ea51f6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
//!
//! ```toml
//! [dependencies]
//! vrd = "0.0.4"
//! vrd = "0.0.5"
//! serde = { version = "1.0.160", features = ["derive"] }
//! ```
//!
Expand Down

0 comments on commit ea51f6c

Please sign in to comment.