Skip to content

Commit c83efa0

Browse files
committed
Merge pull request #17 from thijsc/c_driver_135
Upgrade C driver to 1.3.5
2 parents b2ec2b8 + b4de164 commit c83efa0

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
@@ -19,7 +19,7 @@ bson = "> 0.1.0"
1919

2020
[dependencies.mongoc-sys]
2121
path = "mongoc-sys"
22-
version = "1.3.4"
22+
version = "1.3.5"
2323

2424
[dev-dependencies]
2525
chrono = "> 0.2.0"

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.4"
3+
version = "1.3.5"
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.4"; // Should be the same as the version in the manifest
5+
static VERSION: &'static str = "1.3.5"; // 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)