mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Fixed version comparison when going above 0.9
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -2518,6 +2518,7 @@ dependencies = [
|
||||
"tuirealm",
|
||||
"unicode-width",
|
||||
"users",
|
||||
"version-compare",
|
||||
"whoami",
|
||||
"wildmatch",
|
||||
]
|
||||
@@ -2827,6 +2828,12 @@ version = "0.2.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
||||
|
||||
[[package]]
|
||||
name = "version-compare"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
|
||||
|
||||
[[package]]
|
||||
name = "version_check"
|
||||
version = "0.9.4"
|
||||
|
||||
Reference in New Issue
Block a user