summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cuddeback <david.cuddeback@gmail.com>2020-10-12 20:03:02 -0600
committerDavid Cuddeback <david.cuddeback@gmail.com>2020-10-12 20:03:02 -0600
commitc0a99bf904ab41a152a43dd9cdd2c44eb0857b47 (patch)
tree25a147e81828ea7ed00d650404340dd617d74477
parent3996107e876575a5f6df20ea652c30157dbe7bca (diff)
downloadtermios-rs-c0a99bf904ab41a152a43dd9cdd2c44eb0857b47.zip
Bump version to v0.3.3master
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e1feb96..bb3ee55 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "termios"
-version = "0.3.2"
+version = "0.3.3"
authors = ["David Cuddeback <david.cuddeback@gmail.com>"]
description = "Safe bindings for the termios library."
license = "MIT"