Skip to content

Commit

Permalink
Bump bindgen version and bump patch version for crates.io release
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed Sep 23, 2023
1 parent 9358a98 commit 1a70a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coreaudio-sys"
version = "0.2.12"
version = "0.2.13"
authors = ["Mitchell Nordine <mitchell.nordine@gmail.com>"]
description = "Bindings for Apple's CoreAudio frameworks generated via rust-bindgen"
license = "MIT"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/RustAudio/coreaudio-sys.git"
build = "build.rs"

[build-dependencies.bindgen]
version = "0.64"
version = "0.68"
default-features = false
features = ["runtime"]

Expand Down

0 comments on commit 1a70a05

Please sign in to comment.