From f8eb7240e5a20252e4a3da62f81ef4090b8a3a85 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Fri, 6 Dec 2024 22:53:00 +0700 Subject: [PATCH] Bump version to 0.2.1 and update Tokio dependency to include time feature --- Cargo.lock | 2 +- skystreamer/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b521ff..244cfc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4191,7 +4191,7 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" [[package]] name = "skystreamer" -version = "0.2.0" +version = "0.2.1" dependencies = [ "atrium-api", "chrono", diff --git a/skystreamer/Cargo.toml b/skystreamer/Cargo.toml index ec5cece..268bdb7 100644 --- a/skystreamer/Cargo.toml +++ b/skystreamer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skystreamer" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Cappy Ishihara "] @@ -26,8 +26,8 @@ rs-car = "0.4" serde = { version = "1.0", features = ["derive"] } serde_ipld_dagcbor = "0.6" serde_json = "1.0" -tokio = { version = "1" } +tokio = { version = "1", features = ["time"] } tokio-tungstenite = { version = "0.24", features = ["native-tls", "url"] } -tracing = { version = "0.1"} +tracing = { version = "0.1" } trait-variant = "0.1" thiserror = "2"