From 2b764950ed1f693d33f2102827f3e78b7e72736e Mon Sep 17 00:00:00 2001 From: tibut <marcel.wallschlaeger@tu-berlin.de> Date: Sat, 24 Aug 2019 13:18:19 +0200 Subject: [PATCH] fixed typo --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 436b805..e270e71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -237,14 +237,6 @@ name = "peeking_take_while" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "plot-example" -version = "0.0.0" -dependencies = [ - "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", - "l0dable 0.0.0", -] - [[package]] name = "proc-macro2" version = "0.4.28" @@ -287,6 +279,14 @@ name = "regex-syntax" version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "rust-plot-example" +version = "0.0.0" +dependencies = [ + "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", + "l0dable 0.0.0", +] + [[package]] name = "rustc-demangle" version = "0.1.16" diff --git a/Cargo.toml b/Cargo.toml index 4c56219..d768781 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = [ "l0dable", "example", - "rust-example-plot", + "rust-plot-example", "rkanoid", ] -- GitLab