Bump Mongo C driver to 1.1.10

pull/2/head
Thijs Cadier 9 years ago
parent 86dab63763
commit 05fcd45602

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

@ -1,6 +1,6 @@
[package]
name = "mongo_c_driver_wrapper"
version = "1.1.7"
version = "1.1.10"
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.7"; // Should be the same as the version in the manifest
static VERSION: &'static str = "1.1.10"; // Should be the same as the version in the manifest
fn main() {
let out_dir = env::var("OUT_DIR").unwrap();

Loading…
Cancel
Save