Skip to content

Commit

Permalink
fixed pageant crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Aug 19, 2024
1 parent 6c3b4d3 commit a78d798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pageant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ authors = ["Eugene <[email protected]>"]
description = "Pageant SSH agent transport client."
documentation = "https://docs.rs/pageant"
edition = "2018"
include = ["Cargo.toml", "src/lib.rs"]
license = "Apache-2.0"
name = "pageant"
repository = "https://github.com/warp-tech/russh"
version = "0.0.1-beta.2"
version = "0.0.1-beta.3"
rust-version = "1.65"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion russh-keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ vendored-openssl = ["openssl", "openssl/vendored"]
legacy-ed25519-pkcs8-parser = ["yasna"]

[target.'cfg(windows)'.dependencies]
pageant = { version = "0.0.1-beta.2", path = "../pageant" }
pageant = { version = "0.0.1-beta.3", path = "../pageant" }

[dev-dependencies]
env_logger = "0.10"
Expand Down

0 comments on commit a78d798

Please sign in to comment.