File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ bson = "> 0.1.0"
19
19
20
20
[dependencies .mongoc-sys ]
21
21
path = " mongoc-sys"
22
- version = " 1.3.4 "
22
+ version = " 1.3.5 "
23
23
24
24
[dev-dependencies ]
25
25
chrono = " > 0.2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mongoc-sys"
3
- version = " 1.3.4 "
3
+ version = " 1.3.5 "
4
4
description = " Sys package with installer and bindings for mongoc"
5
5
authors = [
" Thijs Cadier <[email protected] >" ]
6
6
build = " build.rs"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ use std::env;
2
2
use std:: path:: Path ;
3
3
use std:: process:: Command ;
4
4
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
6
6
7
7
fn main ( ) {
8
8
let out_dir_var = env:: var ( "OUT_DIR" ) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments