summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2020-01-25 14:31:31 -0800
committerWez Furlong <wez@wezfurlong.org>2020-01-25 14:31:31 -0800
commit6f685d3adb183468315e54c50cacc963f203a0b2 (patch)
tree134b7e0dd7adeaa81e7f6dfda10f784ed7949991
parent5e5729d8a83bc42a5bf42df6662d7b561255e8b4 (diff)
downloadssh2-rs-6f685d3adb183468315e54c50cacc963f203a0b2.zip
bump version number
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 74bd45d..ad883b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ssh2"
-version = "0.7.0"
+version = "0.7.1"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Wez Furlong <wez@wezfurlong.org>"]
license = "MIT/Apache-2.0"
keywords = ["ssh"]