sea-orm-macros 0.2.0

This commit is contained in:
Chris Tsang 2021-09-04 02:05:31 +08:00
parent cb6c84fc15
commit a9d9b499d1
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ futures = { version = "^0.3" }
futures-util = { version = "^0.3" }
log = { version = "^0.4", optional = true }
rust_decimal = { version = "^1", optional = true }
sea-orm-macros = { version = "^0.1.1", path = "sea-orm-macros", optional = true }
sea-orm-macros = { version = "^0.2", path = "sea-orm-macros", optional = true }
sea-query = { version = "^0.16", features = ["thread-safe"] }
sea-strum = { version = "^0.21", features = ["derive", "sea-orm"] }
serde = { version = "^1.0", features = ["derive"] }

View File

@ -1,6 +1,6 @@
[package]
name = "sea-orm-macros"
version = "0.1.1"
version = "0.2.0"
authors = [ "Billy Chan <ccw.billy.123@gmail.com>" ]
edition = "2018"
description = "Derive macros for SeaORM"