Skip to content

Commit

Permalink
feat(vrd): ✨ Initial commit v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Mar 8, 2024
1 parent 3fb8134 commit c51efd8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ name = "vrd"
readme = "README.md"
repository = "https://github.com/sebastienrousseau/vrd"
rust-version = "1.71.1"
version = "0.0.5"
version = "0.0.6"

[workspace]
members = ["xtask"]
Expand All @@ -46,7 +46,7 @@ debug = true

[dependencies]
rand = "0.8.5"
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1.0.197", features = ["derive"] }

[dev-dependencies]
assert_cmd = "2.0.12"
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.5"
vrd = "0.0.6"
```

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 @@ -48,7 +48,7 @@
//!
//! ```toml
//! [dependencies]
//! vrd = "0.0.5"
//! vrd = "0.0.6"
//! serde = { version = "1.0.160", features = ["derive"] }
//! ```
//!
Expand Down

0 comments on commit c51efd8

Please sign in to comment.