Skip to content

Commit

Permalink
Bump gel-stream and gel-tokio for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Feb 21, 2025
1 parent d772ee8 commit 0e04c48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gel-stream/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gel-stream"
license = "MIT/Apache-2.0"
version = "0.1.0"
version = "0.1.1"
authors = ["MagicStack Inc. <[email protected]>"]
edition = "2021"
description = "A library for streaming data between clients and servers."
Expand Down
4 changes: 2 additions & 2 deletions gel-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gel-tokio"
license = "MIT/Apache-2.0"
version = "0.9.0"
version = "0.9.1"
authors = ["MagicStack Inc. <[email protected]>"]
edition = "2021"
description = """
Expand All @@ -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"
Expand Down

0 comments on commit 0e04c48

Please sign in to comment.