Skip to content

Commit

Permalink
sea-orm-rocket 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Feb 23, 2025
1 parent de98f8e commit 76967a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sea-orm-rocket/codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sea-orm-rocket-codegen"
version = "0.5.4"
version = "0.5.5"
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
description = "Procedural macros for sea_orm_rocket."
repository = "https://github.com/SergioBenitez/Rocket/contrib/db_pools"
Expand Down
4 changes: 2 additions & 2 deletions sea-orm-rocket/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sea-orm-rocket"
version = "0.5.4"
version = "0.5.5"
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
description = "SeaORM Rocket support crate"
repository = "https://github.com/SeaQL/sea-orm"
Expand All @@ -18,7 +18,7 @@ default-features = false

[dependencies.sea-orm-rocket-codegen]
path = "../codegen"
version = "0.5"
version = "0.5.5"

[dependencies.rocket_okapi]
version = "0.9"
Expand Down

0 comments on commit 76967a1

Please sign in to comment.