File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ Add rustify as a dependency to your cargo.toml:
31
31
32
32
``` toml
33
33
[dependencies ]
34
- rustify = " 0.6.0 "
35
- rustify_derive = " 0.5.2 "
34
+ rustify = " 0.6.1 "
35
+ rustify_derive = " 0.5.4 "
36
36
```
37
37
38
38
## Usage
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustify_derive"
3
- version = " 0.5.3 "
3
+ version = " 0.5.4 "
4
4
authors = [
" Joshua Gilman <[email protected] >" ]
5
5
description = " A derive macro for implementing an Endpoint for rustify"
6
6
license = " MIT"
Original file line number Diff line number Diff line change 31
31
//!
32
32
//! ```ignore
33
33
//! [dependencies]
34
- //! rustify = "0.6.0 "
35
- //! rustify_derive = "0.5.3 "
34
+ //! rustify = "0.6.1 "
35
+ //! rustify_derive = "0.5.4 "
36
36
//! ```
37
37
//!
38
38
//! ## Usage
You can’t perform that action at this time.
0 commit comments