Skip to content

Commit

Permalink
Fix bad cargo definition of features
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Aug 22, 2024
1 parent edd8d57 commit a08ee31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/restatedev/sdk-rust"
[features]
default = ["http_server", "rand", "uuid"]
hyper = ["dep:hyper", "http-body-util", "restate-sdk-shared-core/http"]
http_server = ["hyper", "hyper/server", "hyper/http2", "hyper-util", "tokio/net", "tokio/signal"]
http_server = ["hyper", "hyper/server", "hyper/http2", "hyper-util", "tokio/net", "tokio/signal", "tokio/macros"]

[dependencies]
bytes = "1.6.1"
Expand Down

0 comments on commit a08ee31

Please sign in to comment.