Skip to content

Commit

Permalink
Depends on forked strum
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 authored and tyt2y3 committed Jul 1, 2021
1 parent 7bf79ae commit 059b732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Expand Up @@ -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]
Expand Down

0 comments on commit 059b732

Please sign in to comment.