Bump version

mongoc_1_17_5
Thijs Cadier 4 years ago
parent a38d9bc26e
commit 7c09166ebd

@ -1,3 +1,6 @@
# 0.13.1
* Statically link libmongoc
# 0.13.0 # 0.13.0
* Bump bson dependency to 1.2 * Bump bson dependency to 1.2
* Upgrade libmongoc to 1.17.4 * Upgrade libmongoc to 1.17.4

@ -1,6 +1,6 @@
[package] [package]
name = "mongo_driver" name = "mongo_driver"
version = "0.13.0" version = "0.13.1"
authors = ["Thijs Cadier <thijs@appsignal.com>"] authors = ["Thijs Cadier <thijs@appsignal.com>"]
description = "Mongo Rust driver built on top of the Mongo C driver" description = "Mongo Rust driver built on top of the Mongo C driver"
readme = "README.md" readme = "README.md"
@ -25,7 +25,7 @@ serde_derive = "1.0"
[dependencies.mongoc-sys] [dependencies.mongoc-sys]
path = "mongoc-sys" path = "mongoc-sys"
version = "1.17.4" version = "1.17.4-1"
[dev-dependencies] [dev-dependencies]
chrono = "^0.4" chrono = "^0.4"

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

Loading…
Cancel
Save