Skip to content

Commit

Permalink
fix: include std feature on strum dependency (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
deekerno authored Jan 30, 2024
1 parent 6d214c1 commit a6bc822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuel-indexer-api-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ serde = { features = ["derive"], workspace = true }
serde_json = { workspace = true, features = ["raw_value"] }
sqlparser = { version = "0.35" }
sqlx = { version = "0.6", features = ["postgres", "runtime-tokio-rustls", "bigdecimal"] }
strum = { version = "0.24", default-features = false, features = ["derive"] }
strum = { version = "0.24", default-features = false, features = ["derive", "std"] }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
tower = { version = "0.4", features = ["limit", "buffer"] }
Expand Down

0 comments on commit a6bc822

Please sign in to comment.