Skip to content

Commit

Permalink
Fix fluvio-cluster VERSION by adding platform feature (#598)
Browse files Browse the repository at this point in the history
* Fix fluvio-cluster VERSION by adding platform feature

* Set package=false for CLI
  • Loading branch information
nicholastmosher authored Dec 22, 2020
1 parent 4c089bb commit 3a771e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = ["Fluvio Contributors <[email protected]>"]
description = "Fluvio CLI"
repository = "https://github.com/infinyon/fluvio"
license = "Apache-2.0"
publish = false

[lib]
name = "fluvio_cli"
Expand Down Expand Up @@ -44,7 +45,7 @@ k8-config = { version = "1.3.0" }
k8-client = { version = "4.0.0" }
fluvio-future = { version = "0.1.8", features = ["fs", "io", "subscriber"] }
fluvio = { version = "0.3.0", path = "../client", default-features = false }
fluvio-cluster = { version = "0.4.0", path = "../cluster", default-features = false, features = ["cli"] }
fluvio-cluster = { version = "0.4.0", path = "../cluster", default-features = false, features = ["cli", "platform"] }
fluvio-package-index = { version = "0.2.0", path = "../package-index" }
fluvio-extension-consumer = { version = "0.1.0", path = "../extension-consumer" }
fluvio-extension-common = { version = "0.1.0", path = "../extension-common", features = ["target"]}
Expand Down

0 comments on commit 3a771e8

Please sign in to comment.