Depends on forked strum
This commit is contained in:
parent
7bf79ae5bf
commit
059b732401
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user