Skip to content

Commit

Permalink
chore(deps): update errno, do not use yanked cc version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Nov 15, 2023
1 parent 60664f4 commit e5412a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.84"
cc = "1.0.83"
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.84"
cc = "1.0.83"
bindgen = { version = "0.69.1", optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion packages/vorbis_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["api-bindings", "multimedia", "multimedia::audio", "multimedia::en
aotuv_lancer_vorbis_sys = { version = "0.1.1", path = "../aotuv_lancer_vorbis_sys" }
ogg_next_sys = { version = "0.1.2", path = "../ogg_next_sys" }

errno = { version = "0.3.6", default-features = false }
errno = { version = "0.3.7", default-features = false }
tinyvec = { version = "1.6.0", default-features = false, features = ["alloc", "rustc_1_57"] }
thiserror = "1.0.50"

Expand Down

0 comments on commit e5412a7

Please sign in to comment.