Skip to content

Commit 38a779c

Browse files
pvdrzemilio
authored andcommitted
Bump versions
1 parent 167c0d6 commit 38a779c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "../README.md"
1111
repository = "https://github.com/rust-lang/rust-bindgen"
1212
documentation = "https://docs.rs/bindgen"
1313
homepage = "https://rust-lang.github.io/rust-bindgen/"
14-
version = "0.66.0"
14+
version = "0.66.1"
1515
edition = "2018"
1616
rust-version = "1.64.0"
1717

@@ -20,7 +20,7 @@ path = "main.rs"
2020
name = "bindgen"
2121

2222
[dependencies]
23-
bindgen = { path = "../bindgen", version = "=0.66.0", features = ["__cli", "experimental"] }
23+
bindgen = { path = "../bindgen", version = "=0.66.1", features = ["__cli", "experimental"] }
2424
clap = { version = "4", features = ["derive"] }
2525
clap_complete = "4"
2626
env_logger = { version = "0.10.0", optional = true }

bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "../README.md"
1414
repository = "https://github.com/rust-lang/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
1616
homepage = "https://rust-lang.github.io/rust-bindgen/"
17-
version = "0.66.0"
17+
version = "0.66.1"
1818
edition = "2018"
1919
build = "build.rs"
2020
# If you change this, also update README.md and msrv in .github/workflows/bindgen.yml

0 commit comments

Comments
 (0)