We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5199d95 commit 0027c02Copy full SHA for 0027c02
1 file changed
Cargo.toml
@@ -19,7 +19,9 @@ edition = "2021"
19
[dependencies]
20
tokio = { version = "1.48.0", features = ["full"] }
21
# Use our internal russh fork with session loop fixes
22
-russh = { package = "bssh-russh", path = "crates/bssh-russh" }
+# - Development: uses local path (crates/bssh-russh)
23
+# - Publishing: uses crates.io version (path ignored)
24
+russh = { package = "bssh-russh", version = "0.56", path = "crates/bssh-russh" }
25
russh-sftp = "2.1.1"
26
clap = { version = "4.5.53", features = ["derive", "env"] }
27
anyhow = "1.0.100"
0 commit comments