Skip to content

Commit b46df44

Browse files
committed
chore: enable rt-multi-thread for transport-nats
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 696ab73 commit b46df44

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
description = "WebAssembly component-native RPC framework based on WIT"
33
name = "wrpc"
4-
version = "0.11.1"
4+
version = "0.11.0"
55

66
authors.workspace = true
77
categories.workspace = true

crates/transport-nats/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ anyhow = { workspace = true, features = ["std"] }
1414
async-nats = { workspace = true, features = ["ring"] }
1515
bytes = { workspace = true }
1616
futures = { workspace = true, features = ["async-await"] }
17-
tokio = { workspace = true, features = ["io-util"] }
17+
tokio = { workspace = true, features = ["io-util", "rt-multi-thread"] }
1818
tokio-util = { workspace = true, features = ["codec", "io"] }
1919
tracing = { workspace = true, features = ["attributes"] }
2020
wasm-tokio = { workspace = true }

0 commit comments

Comments
 (0)