diff options
author | David Cuddeback <david.cuddeback@gmail.com> | 2015-05-03 04:01:42 +0000 |
---|---|---|
committer | David Cuddeback <david.cuddeback@gmail.com> | 2015-05-02 21:11:27 -0700 |
commit | 76648ef8b8956eb26d0d8d0e151607b22fa6f68f (patch) | |
tree | 84335a906b94ab722514463a5beb72ff271daf8f | |
parent | f5715d59f03ce89b41e28b9e93d7581a4b8a6fc2 (diff) | |
download | termios-rs-76648ef8b8956eb26d0d8d0e151607b22fa6f68f.zip |
bumps version to 0.1.0
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ [package] name = "termios" -version = "0.0.5" +version = "0.1.0" authors = ["David Cuddeback <david.cuddeback@gmail.com>"] description = "Safe bindings for the termios library." license = "MIT" @@ -16,7 +16,7 @@ Add `termios` as a dependency in `Cargo.toml`: ```toml [dependencies] -termios = "0.0.5" +termios = "0.1.0" ``` Import the `termios` crate and any symbols needed from `termios`. You may also need |