Bump mongoc driver to 1.22.0

pull/73/head
thijsc 2 years ago
parent 7fcdeed53c
commit 74d1f73261

@ -24,7 +24,7 @@ serde_derive = "1.0"
[dependencies.mongoc-sys]
path = "mongoc-sys"
version = "=1.17.5-1"
version = "=1.22.0"
[dev-dependencies]
chrono = "^0.4"

@ -1,6 +1,6 @@
[package]
name = "mongoc-sys"
version = "1.17.5-1"
version = "1.22.0"
description = "Sys package with installer and bindings for mongoc"
authors = ["Thijs Cadier <thijs@appsignal.com>"]
build = "build.rs"

@ -45,8 +45,7 @@ pub struct Database<'a> {
}
impl<'a> Database<'a> {
#[doc(ignore)]
pub fn new(
pub(crate) fn new(
created_by: CreatedBy<'a>,
inner: *mut bindings::mongoc_database_t
) -> Database<'a> {

Loading…
Cancel
Save