Skip to content

Commit a1b8109

Browse files
authored
chore: Disable openssh build to allow python release (#6412)
Signed-off-by: Xuanwo <[email protected]>
1 parent 7cd8a76 commit a1b8109

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bindings/python/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ features = [
175175
"blocking",
176176
"layers-mime-guess",
177177
# Depend on "openssh" which depends on "tokio-pipe" that is unavailable on Windows.
178-
"services-sftp",
178+
#
179+
# FIXME: waiting for https://github.com/NobodyXu/concurrent_arena/issues/25
180+
# "services-sftp",
179181
]
180182
path = "../../core"
181183
version = ">=0"

0 commit comments

Comments
 (0)