Skip to content

Commit 26663d8

Browse files
committed
Revise to 0.73.0
1 parent 08ecf3c commit 26663d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ edition = "2021"
2222
# All dependency version management is centralized here
2323
[workspace.dependencies]
2424
annotate-snippets = "0.11.4"
25-
autocxx-bindgen = { version = "0.72.0", path = "./bindgen", default-features = false }
25+
autocxx-bindgen = { version = "0.73.0", path = "./bindgen", default-features = false }
2626
bitflags = "2.2.1"
2727
block = "0.1"
2828
cc = "1.0"

bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ readme = "../README.md"
1717
repository = "https://github.com/adetaylor/rust-bindgen"
1818
documentation = "https://docs.rs/bindgen"
1919
homepage = "https://rust-lang.github.io/rust-bindgen/"
20-
version = "0.72.0"
20+
version = "0.73.0"
2121
build = "build.rs"
2222
rust-version.workspace = true
2323
edition.workspace = true

0 commit comments

Comments
 (0)