diff options
author | David Cuddeback <david.cuddeback@gmail.com> | 2015-10-15 19:37:05 -0700 |
---|---|---|
committer | David Cuddeback <david.cuddeback@gmail.com> | 2015-10-15 19:37:05 -0700 |
commit | bc33af300e8556692d40ad25eb38adac6d4e82a2 (patch) | |
tree | 67e752ccd330b3da6342f390cbdeb78c51728c71 | |
parent | 2c51ea4aad9f8b6a1e68f461235882bb2df01f5c (diff) | |
download | termios-rs-bc33af300e8556692d40ad25eb38adac6d4e82a2.zip |
bumps version to v0.2.0
-rw-r--r-- | Cargo.toml | 3 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,6 @@ [package] - name = "termios" -version = "0.1.0" +version = "0.2.0" authors = ["David Cuddeback <david.cuddeback@gmail.com>"] description = "Safe bindings for the termios library." license = "MIT" @@ -21,7 +21,7 @@ Add `termios` as a dependency in `Cargo.toml`: ```toml [dependencies] -termios = "0.1.0" +termios = "0.2" ``` Import the `termios` crate and any symbols needed from `termios`. You may also need |