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"
1919
2020[dependencies .mongoc-sys ]
2121path = " mongoc-sys"
22- version = " 1.3.3 "
22+ version = " 1.3.4 "
2323
2424[dev-dependencies ]
2525chrono = " > 0.2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " mongoc-sys"
3- version = " 1.3.3 "
3+ version = " 1.3.4 "
44description = " Sys package with installer and bindings for mongoc"
55authors = [
" Thijs Cadier <[email protected] >" ]
66build = " build.rs"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ use std::env;
22use std:: path:: Path ;
33use std:: process:: Command ;
44
5- static VERSION : & ' static str = "1.3.3 " ; // Should be the same as the version in the manifest
5+ static VERSION : & ' static str = "1.3.4 " ; // Should be the same as the version in the manifest
66
77fn main ( ) {
88 let out_dir_var = env:: var ( "OUT_DIR" ) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments