Set mongo c driver version to 1.1.7 since 1.1.8 was yanked

pull/2/head
Thijs Cadier 9 years ago
parent 498b19c892
commit 1608c6549a

@ -14,4 +14,4 @@ bson = "*"
[dependencies.mongo_c_driver_wrapper]
path = "mongo_c_driver_wrapper"
version = "1.1.8"
version = "1.1.7"

@ -1,6 +1,6 @@
[package]
name = "mongo_c_driver_wrapper"
version = "1.1.8"
version = "1.1.7"
build = "build.rs"
authors = ["Thijs Cadier <thijs@appsignal.com>"]

@ -8,7 +8,7 @@ use std::fs::PathExt;
use std::path::Path;
use std::process::Command;
static VERSION: &'static str = "1.1.8"; // Should be the same as the version in the manifest
static VERSION: &'static str = "1.1.7"; // Should be the same as the version in the manifest
fn main() {
let out_dir = env::var("OUT_DIR").unwrap();

Loading…
Cancel
Save