Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Schubert committed Aug 2, 2024
1 parent ac808be commit e9afef2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ members = ["gin", "derive", "core"]
[workspace.dependencies]
bytes = "1.6.0"
darling = "0.20.9"
gin-tonic = "0.5.1"
gin-tonic-core = "0.5.1"
gin-tonic-derive = "0.5.1"
gin-tonic = "0.5.2"
gin-tonic-core = "0.5.2"
gin-tonic-derive = "0.5.2"
heck = "0.5.0"
proc-macro2 = "1.0.85"
prost = "0.13.1"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gin-tonic-core"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
repository = "https://github.com/cemoktra/gin-tonic/"
description = "core functions for gin-tonic"
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gin-tonic-derive"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
repository = "https://github.com/cemoktra/gin-tonic/"
description = "derive macros for gin-tonic"
Expand Down
2 changes: 1 addition & 1 deletion gin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gin-tonic"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
repository = "https://github.com/cemoktra/gin-tonic/"
description = "main gin-tonic crate - rust protobuf with gin and tonic"
Expand Down

0 comments on commit e9afef2

Please sign in to comment.