From f81718f4acd2d13208b811aeac9a1ce1eea4d550 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sun, 9 Sep 2018 21:44:23 -0500 Subject: [PATCH] oops --- .travis.yml | 1 - Cargo.lock | 2 +- Cargo.toml | 2 +- src/build.rs | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e3a68d0..c6b0c3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: rust sudo: required -cache: cargo rust: - stable diff --git a/Cargo.lock b/Cargo.lock index 0d000d1..b732242 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -351,7 +351,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "screenshot" -version = "0.1.0" +version = "0.2.1" dependencies = [ "cairo-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d3cdefa..24d9ada 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screenshot" -version = "0.2.1" +version = "0.2.2" authors = ["Michael Zhang "] build = "src/build.rs" diff --git a/src/build.rs b/src/build.rs index d244485..b5ef7d7 100644 --- a/src/build.rs +++ b/src/build.rs @@ -1,4 +1,4 @@ fn main() { - println!("cargo:rustc-link-lib=slopy"); + println!("cargo:rustc-link-lib=slop"); println!("cargo:rustc-link-search=native=/usr/lib"); }