Bump version

pull/67/head
Thijs Cadier 3 years ago
parent f83786cdac
commit 13ab54f62e

@ -1,3 +1,6 @@
# 0.13.4
* Tweak linking options, use snappy if available
# 0.13.3
* Upgrade libmongoc to 1.17.4
* Another static linking fix

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

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

Loading…
Cancel
Save