🔖 v0.1.3
This commit is contained in:
parent
2190524a38
commit
e8957f0c60
|
@ -103,7 +103,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rot8"
|
name = "rot8"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rot8"
|
name = "rot8"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
authors = ["efernau <e.fernau@efero.de>", "deadly_platypus <mail@geth.systems>"]
|
authors = ["efernau <e.fernau@efero.de>", "deadly_platypus <mail@geth.systems>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "automatic display rotation using built-in accelerometer"
|
description = "automatic display rotation using built-in accelerometer"
|
||||||
|
|
|
@ -191,7 +191,7 @@ fn main() -> Result<(), String> {
|
||||||
Backend::Xorg => { /* Keyboard disabling in Xorg is not supported yet */ }
|
Backend::Xorg => { /* Keyboard disabling in Xorg is not supported yet */ }
|
||||||
}
|
}
|
||||||
|
|
||||||
let cmd_lines = App::new("rot8").version("0.1.1").args(&args);
|
let cmd_lines = App::new("rot8").version("0.1.3").args(&args);
|
||||||
|
|
||||||
let matches = cmd_lines.get_matches();
|
let matches = cmd_lines.get_matches();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue