Skip to content

Commit a08ee31

Browse files
Fix bad cargo definition of features
1 parent edd8d57 commit a08ee31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/restatedev/sdk-rust"
99
[features]
1010
default = ["http_server", "rand", "uuid"]
1111
hyper = ["dep:hyper", "http-body-util", "restate-sdk-shared-core/http"]
12-
http_server = ["hyper", "hyper/server", "hyper/http2", "hyper-util", "tokio/net", "tokio/signal"]
12+
http_server = ["hyper", "hyper/server", "hyper/http2", "hyper-util", "tokio/net", "tokio/signal", "tokio/macros"]
1313

1414
[dependencies]
1515
bytes = "1.6.1"

0 commit comments

Comments
 (0)