Skip to content

Commit

Permalink
Merge pull request #26 from stormshield-gt/bump-rustify_derive-0.5.4
Browse files Browse the repository at this point in the history
chore: bump rustify-derive to 0.5.4
  • Loading branch information
stormshield-gt authored Dec 12, 2024
2 parents 57ec4e4 + 028871c commit 7cd29fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Add rustify as a dependency to your cargo.toml:

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

## Usage
Expand Down
2 changes: 1 addition & 1 deletion rustify_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustify_derive"
version = "0.5.3"
version = "0.5.4"
authors = ["Joshua Gilman <[email protected]>"]
description = "A derive macro for implementing an Endpoint for rustify"
license = "MIT"
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.6.0"
//! rustify_derive = "0.5.3"
//! rustify = "0.6.1"
//! rustify_derive = "0.5.4"
//! ```
//!
//! ## Usage
Expand Down

0 comments on commit 7cd29fd

Please sign in to comment.