summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cuddeback <david.cuddeback@gmail.com>2015-10-15 19:37:05 -0700
committerDavid Cuddeback <david.cuddeback@gmail.com>2015-10-15 19:37:05 -0700
commitbc33af300e8556692d40ad25eb38adac6d4e82a2 (patch)
tree67e752ccd330b3da6342f390cbdeb78c51728c71
parent2c51ea4aad9f8b6a1e68f461235882bb2df01f5c (diff)
downloadtermios-rs-bc33af300e8556692d40ad25eb38adac6d4e82a2.zip
bumps version to v0.2.0
-rw-r--r--Cargo.toml3
-rw-r--r--README.md2
2 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0d26b35..e5335d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/README.md b/README.md
index a4e4f29..11a3c7b 100644
--- a/README.md
+++ b/README.md
@@ -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