-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
452226b
commit c6de342
Showing
5 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
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 = "timely_communication" | ||
version = "0.16.0" | ||
version = "0.16.1" | ||
authors = ["Frank McSherry <[email protected]>"] | ||
description = "Communication layer for timely dataflow" | ||
edition.workspace = true | ||
|
@@ -22,6 +22,6 @@ getopts = { version = "0.2.21", optional = true } | |
byteorder = "1.5" | ||
serde = { version = "1.0", features = ["derive"] } | ||
timely_bytes = { path = "../bytes", version = "0.12" } | ||
timely_container = { path = "../container", version = "0.13.0" } | ||
timely_container = { path = "../container", version = "0.13.1" } | ||
timely_logging = { path = "../logging", version = "0.13" } | ||
crossbeam-channel = "0.5" |
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 = "timely_logging" | ||
version = "0.13.0" | ||
version = "0.13.1" | ||
authors = ["Frank McSherry <[email protected]>"] | ||
description = "Common timely logging infrastructure" | ||
edition.workspace = true | ||
|
@@ -12,4 +12,4 @@ keywords = ["timely", "dataflow", "logging"] | |
license = "MIT" | ||
|
||
[dependencies] | ||
timely_container = { version = "0.13.0", path = "../container" } | ||
timely_container = { version = "0.13.1", path = "../container" } |
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 = "timely" | ||
version = "0.15.1" | ||
version = "0.16.0" | ||
authors = ["Frank McSherry <[email protected]>"] | ||
readme = "../README.md" | ||
edition.workspace = true | ||
|