summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-12-03 08:52:12 -0800
committerWez Furlong <wez@wezfurlong.org>2019-12-08 09:09:38 -0800
commit7cb3d36aedac87cdfa25b4c60e155d1e0e88a512 (patch)
treea12237e340108f11ac26046b24e116f34f1f8680 /Cargo.toml
parent692f5d77e199f8065998223f49a0f790adebc226 (diff)
downloadssh2-rs-7cb3d36aedac87cdfa25b4c60e155d1e0e88a512.zip
A PtyModes helper for specifying terminal modes
Closes: https://github.com/alexcrichton/ssh2-rs/issues/145
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a61337f..8fa3b2e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ssh2"
-version = "0.5.0"
+version = "0.6.0"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Wez Furlong <wez@wezfurlong.org>"]
license = "MIT/Apache-2.0"
keywords = ["ssh"]