revert version number
This commit is contained in:
parent
13bd6e918f
commit
60ada4137b
1 changed files with 7 additions and 3 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,9 +1,13 @@
|
||||||
[package]
|
[package]
|
||||||
name = "safex11"
|
name = "safex11"
|
||||||
version = "0.2.0"
|
version = "0.0.1"
|
||||||
description = "x11 bindings"
|
description = "Safe, high-level x11 bindings"
|
||||||
license-file = "../LICENSE"
|
license-file = "../LICENSE"
|
||||||
authors = ["Michael Zhang <failed.down@gmail.com>"]
|
authors = ["Michael Zhang <iptq@protonmail.com>"]
|
||||||
|
edition = "2018"
|
||||||
|
documentation = "https://docs.rs/safex11"
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://git.sr.ht/~iptq/safex11"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|
Loading…
Reference in a new issue