Skip to content

Commit

Permalink
[chuchi] Publish v0.1.1 fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmeier committed Jul 13, 2024
1 parent f999f28 commit 28fbdc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chuchi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "chuchi"
description = "Http async library based on hyper and tokio"
version = "0.1.0"
version = "0.1.1"
authors = ["Sören Meier <[email protected]>"]
repository = "https://github.com/chuchi-dev/chuchi-rs"
edition = "2021"
Expand Down Expand Up @@ -33,7 +33,7 @@ graphql = ["json", "dep:juniper"]
sentry = ["dep:sentry-core"]
testing = []
api = ["json", "chuchi-core/query", "chuchi-codegen/api"]
api-stream = ["api", "ws", "chuchi-codegen/stream"]
api-stream = ["api", "ws", "chuchi-codegen/stream", "tokio/macros"]

[[example]]
name = "catcher"
Expand Down

0 comments on commit 28fbdc6

Please sign in to comment.