Skip to content

Commit

Permalink
Depends on forked strum
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jun 30, 2021
1 parent d02c545 commit f2cff3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -34,7 +34,7 @@ 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 = { 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 f2cff3e

Please sign in to comment.