Skip to content

Commit

Permalink
Disable smartengine default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-consoli committed Nov 3, 2023
1 parent af125f3 commit 2aa2175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fluvio-cli-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fluvio-types = { workspace = true , optional = true }
fluvio-protocol = { workspace = true, optional = true }
fluvio-sc-schema = { path = "../fluvio-sc-schema", optional = true }
fluvio-smartmodule = { path = "../fluvio-smartmodule", optional = true, default-features = false }
fluvio-smartengine = { path = "../fluvio-smartengine", optional = true, features = ["transformation"] }
fluvio-smartengine = { path = "../fluvio-smartengine", optional = true, default-features = false, features = ["transformation"] }

[target.'cfg(not(target_os = "macos"))'.dependencies]
isahc = { version = "1.7", default-features = false, features = ["static-curl"] }
Expand Down

0 comments on commit 2aa2175

Please sign in to comment.