Skip to content

Commit

Permalink
Bump sea-orm-rocket
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Nov 6, 2023
1 parent 8b8b2ae commit 5bb5809
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0"
version = "0.5.1"
authors = ["Sergio Benitez <[email protected]>", "Jeb Rosen <[email protected]>"]
description = "Procedural macros for sea_orm_rocket."
repository = "https://github.com/SergioBenitez/Rocket/contrib/db_pools"
Expand Down
6 changes: 3 additions & 3 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.2"
version = "0.5.3"
authors = ["Sergio Benitez <[email protected]>", "Jeb Rosen <[email protected]>"]
description = "SeaORM Rocket support crate"
repository = "https://github.com/SeaQL/sea-orm"
Expand All @@ -18,10 +18,10 @@ default-features = false

[dependencies.sea-orm-rocket-codegen]
path = "../codegen"
version = "0.5.0"
version = "0.5.1"

[dependencies.rocket_okapi]
version = "0.8.0-rc.2"
version = "0.8.0-rc.3"
default-features = false
optional = true

Expand Down

0 comments on commit 5bb5809

Please sign in to comment.