Skip to content

Commit 2f0bccd

Browse files
committed
Merge pull request #14 from thijsc/c_driver_131
Bump C driver to 1.3.1
2 parents f6ea1dd + 98b0432 commit 2f0bccd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ bson = "> 0.1.0"
1818

1919
[dependencies.mongoc-sys]
2020
path = "mongoc-sys"
21-
version = "1.3.0"
21+
version = "1.3.1"
2222

2323
[dev-dependencies]
2424
chrono = "*"

mongoc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mongoc-sys"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "Sys package with installer and bindings for mongoc"
55
authors = ["Thijs Cadier <[email protected]>"]
66
build = "build.rs"

mongoc-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::env;
22
use std::path::Path;
33
use std::process::Command;
44

5-
static VERSION: &'static str = "1.3.0"; // Should be the same as the version in the manifest
5+
static VERSION: &'static str = "1.3.1"; // Should be the same as the version in the manifest
66

77
fn main() {
88
let out_dir_var = env::var("OUT_DIR").unwrap();

0 commit comments

Comments
 (0)