Bump sea-orm-macros to 0.1.1

This commit is contained in:
Chris Tsang 2021-08-23 01:54:53 +08:00
parent 6a078d0ac7
commit 5a963fb2b4

View File

@ -32,7 +32,7 @@ chrono = { version = "^0", optional = true }
futures = { version = "^0.3" }
futures-util = { version = "^0.3" }
rust_decimal = { version = "^1", optional = true }
sea-orm-macros = { version = "^0.1", path = "sea-orm-macros", optional = true }
sea-orm-macros = { version = "^0.1.1", optional = true }
sea-query = { version = "^0.15", features = ["thread-safe"] }
sea-strum = { version = "^0.21", features = ["derive", "sea-orm"] }
serde = { version = "^1.0", features = ["derive"] }