diff --git a/Cargo.toml b/Cargo.toml index 54874aa..15b41d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crossterm" -version = "0.2.1" +version = "0.2.2" authors = ["T Post "] description = "An crossplatform terminal library for manipulating terminals." repository = "https://github.com/TimonPost/crossterm" @@ -22,4 +22,4 @@ termios = "0.3.0" [lib] name = "crossterm" -path = "src/lib.rs" \ No newline at end of file +path = "src/lib.rs"