Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Dec 19, 2024
1 parent e795b6e commit 1f884c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ license = "MIT"
name = "ssh2-config"
readme = "README.md"
repository = "https://github.com/veeso/ssh2-config"
version = "0.2.3"
version = "0.2.4"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bitflags = "^2"
dirs = "^5"
thiserror = "^2"
wildmatch = "^2.1"
wildmatch = "^2"

[dev-dependencies]
pretty_assertions = "^1.0.0"
rpassword = "^7.2.0"
pretty_assertions = "^1"
rpassword = "^7"
ssh2 = "^0.9.0"
tempfile = "^3.2.0"
tempfile = "^3"

[[example]]
name = "client"
Expand Down

0 comments on commit 1f884c8

Please sign in to comment.