Skip to content

Commit 482f155

Browse files
committed
Fix features in snarkos-utilities
1 parent 9b992a2 commit 482f155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ edition = "2024"
1818

1919
[dependencies.tokio]
2020
workspace = true
21-
features = [ "macros", "signal", "sync" ]
21+
features = [ "macros", "rt", "signal", "sync" ]
2222

2323
[dependencies.tracing]
2424
workspace = true

0 commit comments

Comments
 (0)