chore: bump versions

This commit is contained in:
sinu
2025-03-03 10:18:49 -08:00
parent 9512cc1c44
commit 425614e457
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "serio"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["TLSNotary Contributors"]
license = "MIT OR Apache-2.0"

View File

@@ -1,6 +1,6 @@
[package]
name = "uid-mux"
version = "0.1.0"
version = "0.2.0"
authors = ["TLSNotary Contributors"]
description = "Async multiplexing library with user provided stream ids."
keywords = ["multiplex", "futures", "async"]
@@ -23,7 +23,7 @@ tracing = { workspace = true, optional = true }
yamux = "0.13"
blake3 = "1.5"
hex = "0.4"
serio = { version = "0.1", path = "../serio", optional = true }
serio = { version = "0.2", path = "../serio", optional = true }
tokio-util = { version = "0.7", features = ["compat"], optional = true }
[dev-dependencies]