Skip to content

Commit

Permalink
Merge pull request #5 from windy1/hotfix/bindgen-update
Browse files Browse the repository at this point in the history
Update bindgen to 0.69.2
  • Loading branch information
windy1 committed Jan 21, 2024
2 parents 835e00c + a1d337a commit 963d86a
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
[package]
name = "avahi-sys"
version = "0.10.0"
authors = ["Peter Marheine <peter@taricorp.net>", "Walker Crouse <walkercrouse@hotmail.com>"]
version = "0.10.1"
authors = [
"Peter Marheine <peter@taricorp.net>",
"Walker Crouse <walkercrouse@hotmail.com>",
]
edition = "2018"
description = "Bindings to Avahi, a library for zero-configuration networking."
readme = "README.md"
homepage = "https://github.com/windy1/avahi-sys"
repository = "https://github.com/windy1/avahi-sys"
license-file = "LICENSE"
keywords = ["avahi", "zeroconf", "mdns", "bonjour", "dnssd"]
categories = ["api-bindings", "external-ffi-bindings", "network-programming", "os", "os::linux-apis"]
categories = [
"api-bindings",
"external-ffi-bindings",
"network-programming",
"os",
"os::linux-apis",
]
build = "build.rs"

[build-dependencies]
bindgen = "0.55.1"
bindgen = "0.69.2"

[dependencies]
libc = "0.2.77"

0 comments on commit 963d86a

Please sign in to comment.