Skip to content

Commit

Permalink
0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Nov 6, 2022
1 parent f4300e4 commit 762c25c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "sea-orm-macros", "sea-orm-codegen"]

[package]
name = "sea-orm"
version = "0.10.1"
version = "0.10.2"
authors = ["Chris Tsang <[email protected]>"]
edition = "2021"
description = "🐚 An async & dynamic ORM for Rust"
Expand Down Expand Up @@ -33,7 +33,7 @@ futures-util = { version = "^0.3" }
log = { version = "^0.4" }
tracing = { version = "^0.1", features = ["log"] }
rust_decimal = { version = "^1", optional = true }
sea-orm-macros = { version = "^0.10.1", path = "sea-orm-macros", optional = true }
sea-orm-macros = { version = "^0.10.2", path = "sea-orm-macros", optional = true }
sea-query = { version = "^0.27.1", features = ["thread-safe"] }
sea-query-binder = { version = "^0.2.1", optional = true }
sea-strum = { version = "^0.23", features = ["derive", "sea-orm"] }
Expand Down

0 comments on commit 762c25c

Please sign in to comment.