Bump to 1.6.3-1, add crates.io category

pull/30/head
Thijs Cadier 7 years ago
parent bfecc69775
commit 621a9828c2

@ -1,15 +1,14 @@
[package] [package]
name = "mongoc-sys" name = "mongoc-sys"
version = "1.6.3" version = "1.6.3-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"
repository = "https://github.com/thijsc/mongo-rust-driver" repository = "https://github.com/thijsc/mongo-rust-driver"
links = "mongoc" links = "mongoc"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
exclude = [ categories = ["external-ffi-bindings"]
"mongo-c-driver-*" exclude = ["mongo-c-driver-*"]
]
[dependencies] [dependencies]
libc = "0.2" libc = "0.2"

Loading…
Cancel
Save