From 0e04c48c4c6e986604b6ef5850337a7f05bb6fe0 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Fri, 21 Feb 2025 09:15:10 -0700 Subject: [PATCH] Bump gel-stream and gel-tokio for publish --- gel-stream/Cargo.toml | 2 +- gel-tokio/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gel-stream/Cargo.toml b/gel-stream/Cargo.toml index 0df40ef7..8043a4be 100644 --- a/gel-stream/Cargo.toml +++ b/gel-stream/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gel-stream" license = "MIT/Apache-2.0" -version = "0.1.0" +version = "0.1.1" authors = ["MagicStack Inc. "] edition = "2021" description = "A library for streaming data between clients and servers." diff --git a/gel-tokio/Cargo.toml b/gel-tokio/Cargo.toml index 1a3461a4..f685f289 100644 --- a/gel-tokio/Cargo.toml +++ b/gel-tokio/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gel-tokio" license = "MIT/Apache-2.0" -version = "0.9.0" +version = "0.9.1" authors = ["MagicStack Inc. "] edition = "2021" description = """ @@ -17,7 +17,7 @@ gel-protocol = { path = "../gel-protocol", version = "0.8", features = [ ] } gel-errors = { path = "../gel-errors", version = "0.5" } gel-derive = { path = "../gel-derive", version = "0.7", optional = true } -gel-stream = { path = "../gel-stream", version = "0.1", features = ["client", "tokio", "rustls", "hickory", "keepalive"] } +gel-stream = { path = "../gel-stream", version = "0.1.1", features = ["client", "tokio", "rustls", "hickory", "keepalive"] } gel-auth = { path = "../gel-auth", version = "0.1" } tokio = { workspace = true, features = ["net", "time", "sync", "macros"] } bytes = "1.5.0"