summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cuddeback <david.cuddeback@gmail.com>2016-01-26 20:27:43 -0800
committerDavid Cuddeback <david.cuddeback@gmail.com>2016-01-26 20:27:43 -0800
commit7465735df82958fa6b4030d15b539d50ffeaf6cf (patch)
tree25877bb6381ffdaeebe7d2e0125a9c00328e11e7
parenteaaa73116d6fdd921d8f15855d2793f86b965a99 (diff)
downloadtermios-rs-7465735df82958fa6b4030d15b539d50ffeaf6cf.zip
bumps version to v0.2.2
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 194d499..a78eef8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "termios"
-version = "0.2.1"
+version = "0.2.2"
authors = ["David Cuddeback <david.cuddeback@gmail.com>"]
description = "Safe bindings for the termios library."
license = "MIT"