Skip to content

Commit f5a85c6

Browse files
committed
✨ Bump version
1 parent 6fd9f6f commit f5a85c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gluer"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
authors = ["Nils Wrenger <nils@wrenger.net>"]
66
description = "A wrapper for Rust frameworks that eliminates redundant type and function definitions between the frontend and backend"
@@ -14,7 +14,7 @@ license = "MIT"
1414
[lib]
1515

1616
[dependencies]
17-
gluer-macros = { path = "macros", version = "0.6.0" }
17+
gluer-macros = { path = "macros", version = "0.6.1" }
1818
axum = "0.7.5"
1919

2020
[dev-dependencies]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this to your `Cargo.toml`:
1616

1717
```toml
1818
[dependencies]
19-
gluer = "0.6.0"
19+
gluer = "0.6.1"
2020
```
2121

2222
## Features

macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gluer-macros"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
authors = ["Nils Wrenger <nils@wrenger.net>"]
66
description = "Procedural macros for the gluer framework"

0 commit comments

Comments
 (0)