diff --git a/mongoc-sys/Cargo.toml b/mongoc-sys/Cargo.toml index 6ad3802..dce34d4 100644 --- a/mongoc-sys/Cargo.toml +++ b/mongoc-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mongoc-sys" -version = "1.2.3" +version = "1.3.0" authors = ["Thijs Cadier "] build = "build.rs" links = "mongoc" diff --git a/mongoc-sys/build.rs b/mongoc-sys/build.rs index 2c3556b..726e03d 100644 --- a/mongoc-sys/build.rs +++ b/mongoc-sys/build.rs @@ -2,7 +2,7 @@ use std::env; use std::path::Path; use std::process::Command; -static VERSION: &'static str = "1.2.3"; // Should be the same as the version in the manifest +static VERSION: &'static str = "1.3.0"; // Should be the same as the version in the manifest fn main() { let out_dir_var = env::var("OUT_DIR").unwrap();