Skip to content

Commit

Permalink
Bump version to 0.2.1 and update Tokio dependency to include time fea…
Browse files Browse the repository at this point in the history
…ture
  • Loading branch information
korewaChino committed Dec 6, 2024
1 parent 0088173 commit f8eb724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions skystreamer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skystreamer"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

authors = ["Cappy Ishihara <[email protected]>"]
Expand All @@ -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"

0 comments on commit f8eb724

Please sign in to comment.