Skip to content

Commit

Permalink
fix: remotefs-ssh 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Jul 9, 2024
1 parent 179c4de commit 9036d83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ remotefs-smb = { version = "^0.2", optional = true }
[target."cfg(target_family = \"windows\")"]
[target."cfg(target_family = \"windows\")".dependencies]
remotefs-ftp = { version = "^0.1.2", features = ["native-tls"] }
remotefs-ssh = "^0.3"
remotefs-ssh = "^0.3.1"

[target."cfg(target_family = \"unix\")"]
[target."cfg(target_family = \"unix\")".dependencies]
remotefs-ftp = { version = "^0.1.2", features = ["vendored", "native-tls"] }
remotefs-ssh = { version = "^0.3", features = ["ssh2-vendored"] }
remotefs-ssh = { version = "^0.3.1", features = ["ssh2-vendored"] }
users = "0.11.0"

[profile.dev]
Expand Down

0 comments on commit 9036d83

Please sign in to comment.