Skip to content

Commit 028871c

Browse files
chore: bump rustif-derive to 0.5.4
1 parent 57ec4e4 commit 028871c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Add rustify as a dependency to your cargo.toml:
3131

3232
```toml
3333
[dependencies]
34-
rustify = "0.6.0"
35-
rustify_derive = "0.5.2"
34+
rustify = "0.6.1"
35+
rustify_derive = "0.5.4"
3636
```
3737

3838
## Usage

rustify_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustify_derive"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
authors = ["Joshua Gilman <[email protected]>"]
55
description = "A derive macro for implementing an Endpoint for rustify"
66
license = "MIT"

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
//!
3232
//! ```ignore
3333
//! [dependencies]
34-
//! rustify = "0.6.0"
35-
//! rustify_derive = "0.5.3"
34+
//! rustify = "0.6.1"
35+
//! rustify_derive = "0.5.4"
3636
//! ```
3737
//!
3838
//! ## Usage

0 commit comments

Comments
 (0)