Skip to content

Commit

Permalink
chore(deps): update rust crate cc to 1.0.84
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2023
1 parent f9f4b96 commit 60664f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/aotuv_lancer_vorbis_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exclude = [
ogg_next_sys = { version = "0.1.2", path = "../ogg_next_sys" }

[build-dependencies]
cc = "1.0.83"
cc = "1.0.84"
bindgen = { version = "0.69.1", optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion packages/ogg_next_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["external-ffi-bindings", "multimedia", "multimedia::audio", "multi
exclude = ["/ogg_vendor/**/.*", "/ogg_vendor/cmake", "/ogg_vendor/doc", "/ogg_vendor/README.md"]

[build-dependencies]
cc = "1.0.83"
cc = "1.0.84"
bindgen = { version = "0.69.1", optional = true }

[features]
Expand Down

0 comments on commit 60664f4

Please sign in to comment.