We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14aaf64 commit b882c1dCopy full SHA for b882c1d
exts/rust-code-runner/__init__.py
@@ -24,7 +24,7 @@ def setup(app):
24
edition = "2024"
25
26
[dependencies]
27
-tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
+ # tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
28
""",
29
encoding="utf-8",
30
)
0 commit comments