From f2cff3e0683fa13b6f0a2e920ab9cd3b7da5979a Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Wed, 30 Jun 2021 11:13:16 +0800 Subject: [PATCH] Depends on forked strum --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b1310b7b5..7275707f7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]