Bump mongo c driver to 1.1.11

pull/4/head
Thijs Cadier 9 years ago
parent 5ef49c0258
commit 86d3d180a0

@ -20,7 +20,6 @@ git = "https://github.com/zonyitoo/bson-rs.git"
[dependencies.mongoc-sys]
path = "mongoc-sys"
version = "1.1.10"
[dev-dependencies]
chrono = "*"

@ -1,6 +1,6 @@
[package]
name = "mongoc-sys"
version = "1.1.10"
version = "1.1.11"
authors = ["Thijs Cadier <thijs@appsignal.com>"]
build = "build.rs"
links = "mongoc"

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

Loading…
Cancel
Save