Skip to content

Commit

Permalink
Fix missing serde feature
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Apr 21, 2022
1 parent 65e3edb commit 7da14f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/flowistry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fluid-let = "1.0"
cfg-if = "1.0"
unicode-segmentation = "1.9"
intervaltree = "0.2"
serde = {version = "1", default-features = false, features = ["derive"]}
serde = {version = "1", features = ["derive"]}

# For local debugging
html-escape = {version = "0.2", optional = true}
Expand Down

0 comments on commit 7da14f5

Please sign in to comment.