Skip to content

Commit

Permalink
Update cbindgen dependency to version 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid authored and lu-zero committed Aug 19, 2024
1 parent f873c83 commit 32be020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ semver = "1.0.3"
log = "0.4"
clap = { version = "4.0.29", features = ["color", "derive", "cargo", "string"] }
regex = "1.5.6"
cbindgen = { version="0.26.0", default-features=false }
cbindgen = { version="0.27.0", default-features=false }
toml = "0.8"
serde = "1.0.123"
serde_derive = "1.0"
Expand Down

0 comments on commit 32be020

Please sign in to comment.