diff --git a/Cargo.toml b/Cargo.toml index 97b4073..3f15e0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Cargo subcommand to build rust projects remotely" keywords = ["remote", "build"] categories = ["command-line-utilities", "development-tools::build-utils", "development-tools::cargo-plugins"] maintenance = { status = "experimental" } -version = "0.1.1" +version = "0.1.2" authors = ["Sebastian Geisler "] license = "MIT" repository = "https://github.com/sgeisler/cargo-remote" @@ -16,4 +16,4 @@ cargo_metadata = "0.4.1" log = "0.4.1" simple_logger = "0.4.0" toml = "0.4.5" -xdg = "2.1.0" \ No newline at end of file +xdg = "2.1.0"