File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " gluer"
3
- version = " 0.6.0 "
3
+ version = " 0.6.1 "
4
4
edition = " 2021"
5
5
authors = [" Nils Wrenger <nils@wrenger.net>" ]
6
6
description = " A wrapper for Rust frameworks that eliminates redundant type and function definitions between the frontend and backend"
@@ -14,7 +14,7 @@ license = "MIT"
14
14
[lib ]
15
15
16
16
[dependencies ]
17
- gluer-macros = { path = " macros" , version = " 0.6.0 " }
17
+ gluer-macros = { path = " macros" , version = " 0.6.1 " }
18
18
axum = " 0.7.5"
19
19
20
20
[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add this to your `Cargo.toml`:
16
16
17
17
``` toml
18
18
[dependencies ]
19
- gluer = " 0.6.0 "
19
+ gluer = " 0.6.1 "
20
20
```
21
21
22
22
## Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " gluer-macros"
3
- version = " 0.6.0 "
3
+ version = " 0.6.1 "
4
4
edition = " 2021"
5
5
authors = [" Nils Wrenger <nils@wrenger.net>" ]
6
6
description = " Procedural macros for the gluer framework"
You can’t perform that action at this time.
0 commit comments