Skip to content

Commit

Permalink
docs: updates docs to use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed May 5, 2024
1 parent 1039dc8 commit 3dab7b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add rustify as a dependency to your cargo.toml:

```toml
[dependencies]
rustify = "0.5.4"
rustify = "0.6.0"
rustify_derive = "0.5.2"
```

Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
//!
//! ```ignore
//! [dependencies]
//! rustify = "0.5.4"
//! rustify_derive = "0.5.2"
//! rustify = "0.6.0"
//! rustify_derive = "0.5.3"
//! ```
//!
//! ## Usage
Expand Down

0 comments on commit 3dab7b3

Please sign in to comment.