From ae350b4bfa29cdec9ed8740a1c056686fd6f9fef Mon Sep 17 00:00:00 2001 From: veeso Date: Sat, 15 Oct 2022 14:01:00 +0200 Subject: [PATCH] termscp 0.10 --- CHANGELOG.md | 2 +- Cargo.toml | 10 ++++++++-- LICENSE | 2 +- README.md | 2 +- dist/build/windows.ps1 | 4 ++-- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3256450..430c459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ ## 0.10.0 -Released on ?? +Released on 15/10/2022 > ⭐ 500 stars update ⭐ > Thank you for supporting termscp and make it reaching 500 stars on Github diff --git a/Cargo.toml b/Cargo.toml index dfff6a2..d2ca8e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,8 +50,7 @@ open = "3.0.3" rand = "0.8.5" remotefs = "^0.2.0" remotefs-aws-s3 = { version = "^0.2.1", default-features = false, features = [ "find", "rustls" ] } -remotefs-ftp = { version = "^0.1.2", features = [ "vendored", "native-tls" ] } -remotefs-ssh = { version = "^0.1.2", features = [ "ssh2-vendored" ] } + rpassword = "7.0.0" self_update = { version = "0.32.0", default-features = false, features = [ "rustls", "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] } serde = { version = "^1", features = [ "derive" ] } @@ -76,8 +75,15 @@ default = [ "with-keyring" ] github-actions = [ ] with-keyring = [ "keyring" ] +[target."cfg(target_family = \"windows\")"] +[target."cfg(target_family = \"windows\")".dependencies] +remotefs-ftp = { version = "^0.1.2", features = [ "native-tls" ] } +remotefs-ssh = "^0.1.2" + [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.1.2", features = [ "ssh2-vendored" ] } users = "0.11.0" [profile.dev] diff --git a/LICENSE b/LICENSE index af590f2..5178fdb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Christian Visintin +Copyright (c) 2020-2022 Christian Visintin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 263a289..39a0938 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@

Developed by @veeso

-

Current version: 0.10.0 (09/06/2022)

+

Current version: 0.10.0 (15/10/2022)