Skip to content

Commit c3e1f48

Browse files
committed
feat(ws): bump version
1 parent 33395de commit c3e1f48

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ compio-log = { path = "./compio-log", version = "0.1.0" }
3939
compio-tls = { path = "./compio-tls", version = "0.7.2", default-features = false }
4040
compio-process = { path = "./compio-process", version = "0.6.0" }
4141
compio-quic = { path = "./compio-quic", version = "0.5.1", default-features = false }
42-
compio-ws = { path = "./compio-ws", version = "0.1.0", default-features = false }
42+
compio-ws = { path = "./compio-ws", version = "0.2.0", default-features = false }
4343

4444
bytes = "1.7.1"
4545
cfg_aliases = "0.2.1"

compio-ws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compio-ws"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "WebSocket library for the compio runtime"
55
edition = { workspace = true }
66
authors = { workspace = true }

compio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compio"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
description = "Completion based async runtime"
55
categories = ["asynchronous", "filesystem", "network-programming"]
66
keywords = ["async", "fs", "iocp", "io-uring", "net"]

0 commit comments

Comments
 (0)