From aa494046f6c1bd0e439b217ef4d3192a268c0296 Mon Sep 17 00:00:00 2001 From: Vasek Sraier Date: Mon, 29 Jan 2018 14:12:53 +0100 Subject: [PATCH] changed crate name from `anyexec2C` to `anyexec2c` --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eaeb409..57f748a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,5 @@ [[package]] -name = "anyexec2C" +name = "anyexec2c" version = "0.1.0" dependencies = [ "argparse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 568db3f..672a028 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "anyexec2C" +name = "anyexec2c" version = "0.1.0" authors = ["exyi"]