Skip to content

Commit

Permalink
✨ Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Aug 3, 2024
1 parent 142033d commit 06cd89d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gluer"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
authors = ["Nils Wrenger <[email protected]>"]
description = "A wrapper for Rust frameworks that eliminates redundant type and function definitions between the frontend and backend"
Expand All @@ -14,7 +14,7 @@ license = "MIT"
[lib]

[dependencies]
gluer-macros = { path = "macros", version = "0.5.1" }
gluer-macros = { path = "macros", version = "0.5.2" }
axum = "0.7.5"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
gluer = "0.5.1"
gluer = "0.5.2"
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gluer-macros"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
authors = ["Nils Wrenger <[email protected]>"]
description = "Procedural macros for the gluer framework"
Expand Down

0 comments on commit 06cd89d

Please sign in to comment.