Depends on forked strum

This commit is contained in:
Billy Chan 2021-06-30 11:13:16 +08:00 committed by Chris Tsang
parent 7bf79ae5bf
commit 059b732401

View File

@ -35,7 +35,8 @@ sea-query = { version = "^0.12" }
sea-orm-macros = { path = "sea-orm-macros", optional = true }
serde = { version = "^1.0", features = [ "derive" ] }
sqlx = { version = "^0.5", optional = true }
strum = { path = "../strum/strum", version = "^0.21", features = [ "derive" ] }
# strum = { path = "../strum/strum", version = "^0.21", features = [ "derive" ] }
strum = { git = "https://github.com/billy1624/strum.git", branch = "re-export-macros", version = "^0.21", features = [ "derive" ] }
serde_json = { version = "^1", optional = true }
[dev-dependencies]