-
Notifications
You must be signed in to change notification settings - Fork 488
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Crate bumps for 0.8.3 release (#1122)
The crates for the 0.8.3 release are all published! These are Cargo.toml updates I needed to make in order to get the versions to work out for publishing.
- Loading branch information
1 parent
2a6ed2b
commit 6bda18d
Showing
9 changed files
with
15 additions
and
20 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fluvio" | ||
version = "0.8.1" | ||
version = "0.8.2" | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
authors = ["Fluvio Contributors <[email protected]>"] | ||
|
@@ -40,7 +40,7 @@ siphasher = "0.3.5" | |
fluvio-future = { version = "0.3.0", features = ["task", "native2_tls"] } | ||
fluvio-types = { version = "0.2.1", features = ["events"], path = "../types" } | ||
fluvio-sc-schema = { version = "0.8.1", path = "../sc-schema", default-features = false } | ||
fluvio-spu-schema = { version = "0.6.0", path = "../spu-schema" } | ||
fluvio-spu-schema = { version = "0.6.1", path = "../spu-schema", features = ["file"] } | ||
fluvio-socket = { path = "../socket", version = "0.8.1" } | ||
fluvio-protocol = { path = "../protocol", version = "0.5.1" } | ||
dataplane = { version = "0.5.1", path = "../dataplane-protocol", package = "fluvio-dataplane-protocol" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "fluvio-protocol-core" | ||
edition = "2018" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
authors = ["Fluvio Contributors <[email protected]>"] | ||
description = "encoder and decoder for fluvio protocol" | ||
repository = "https://github.com/infinyon/fluvio-protocol" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fluvio-spu-schema" | ||
version = "0.6.0" | ||
version = "0.6.1" | ||
edition = "2018" | ||
authors = ["Fluvio Contributors <[email protected]>"] | ||
description = "Fluvio API for SPU" | ||
|
@@ -14,7 +14,6 @@ path = "src/lib.rs" | |
[features] | ||
file = ["dataplane/file"] | ||
|
||
|
||
[dependencies] | ||
log = "0.4.8" | ||
tracing = "0.1.19" | ||
|