Skip to content

Commit

Permalink
disable doctests as they're async
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Dec 6, 2024
1 parent 12609b2 commit 7d70556
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.

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

authors = ["Cappy Ishihara <[email protected]>"]
Expand All @@ -15,6 +15,9 @@ categories = [
keywords = ["bluesky", "firehose", "atproto", "bluesky-social"]
readme = "../README.md"

[lib]
doctest = false

[dependencies]
atrium-api = { version = "0.24", features = ["tokio"] }
chrono = { version = "0.4", features = ["serde"] }
Expand Down

0 comments on commit 7d70556

Please sign in to comment.