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 7cd8a76 commit a1b8109Copy full SHA for a1b8109
1 file changed
bindings/python/Cargo.toml
@@ -175,7 +175,9 @@ features = [
175
"blocking",
176
"layers-mime-guess",
177
# Depend on "openssh" which depends on "tokio-pipe" that is unavailable on Windows.
178
- "services-sftp",
+ #
179
+ # FIXME: waiting for https://github.com/NobodyXu/concurrent_arena/issues/25
180
+ # "services-sftp",
181
]
182
path = "../../core"
183
version = ">=0"
0 commit comments