diff --git a/bytes/Cargo.toml b/bytes/Cargo.toml index 298f55789..2251a64c0 100644 --- a/bytes/Cargo.toml +++ b/bytes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timely_bytes" -version = "0.26.0" +version = "0.26.1" authors = ["Frank McSherry "] edition = "2018" diff --git a/communication/Cargo.toml b/communication/Cargo.toml index e46bf0486..435940b5d 100644 --- a/communication/Cargo.toml +++ b/communication/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timely_communication" -version = "0.26.0" +version = "0.26.1" authors = ["Frank McSherry "] description = "Communication layer for timely dataflow" edition.workspace = true @@ -25,7 +25,7 @@ getopts = { version = "0.2.24", optional = true } byteorder = "1.5" serde = { version = "1.0", features = ["derive"] } timely_bytes = { path = "../bytes", version = "0.26" } -timely_container = { path = "../container", version = "0.26.0" } +timely_container = { path = "../container", version = "0.26.1" } timely_logging = { path = "../logging", version = "0.26" } # Lgalloc only supports linux and macos, don't depend on any other OS. diff --git a/container/Cargo.toml b/container/Cargo.toml index 093443716..34cbf74e9 100644 --- a/container/Cargo.toml +++ b/container/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timely_container" -version = "0.26.0" +version = "0.26.1" description = "Container abstractions for Timely" license = "MIT" edition.workspace = true diff --git a/logging/Cargo.toml b/logging/Cargo.toml index d8d47a887..acb37a1c6 100644 --- a/logging/Cargo.toml +++ b/logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timely_logging" -version = "0.26.0" +version = "0.26.1" authors = ["Frank McSherry "] description = "Common timely logging infrastructure" edition.workspace = true @@ -15,4 +15,4 @@ license = "MIT" workspace = true [dependencies] -timely_container = { version = "0.26.0", path = "../container" } +timely_container = { version = "0.26.1", path = "../container" } diff --git a/timely/Cargo.toml b/timely/Cargo.toml index f9bacc22f..f0a83ddb4 100644 --- a/timely/Cargo.toml +++ b/timely/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "timely" -version = "0.26.0" +version = "0.26.1" authors = ["Frank McSherry "] readme = "../README.md" edition.workspace = true