From 45370ccc6112328615721daad4f4084ff080f157 Mon Sep 17 00:00:00 2001 From: sinu <65924192+sinui0@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:06:00 -0700 Subject: [PATCH] chore(uid-mux): release v0.1.0 --- uid-mux/Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/uid-mux/Cargo.toml b/uid-mux/Cargo.toml index 4321c8f..19f0d35 100644 --- a/uid-mux/Cargo.toml +++ b/uid-mux/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "uid-mux" version = "0.1.0" -authors = ["TLSNotary Team"] -description = "Async multiplexing library." -keywords = ["multiplex", "channel", "futures", "async"] +authors = ["TLSNotary Contributors"] +description = "Async multiplexing library with user provided stream ids." +keywords = ["multiplex", "futures", "async"] categories = ["network-programming", "asynchronous"] license = "MIT OR Apache-2.0" +repository = "https://github.com/tlsnotary/tlsn-utils" edition = "2021" [features] @@ -22,7 +23,7 @@ tracing = { workspace = true, optional = true } yamux = "0.13" blake3 = "1.5" hex = "0.4" -serio = { workspace = true, optional = true } +serio = { version = "0.1", path = "../serio", optional = true } tokio-util = { version = "0.7", features = ["compat"], optional = true } [dev-dependencies]