Skip to content

Commit

Permalink
fix(deps): update rust crate errno to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 52311eb commit 243bd13
Showing 1 changed file with 1 addition and 1 deletion.
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.3", path = "../aotuv_lancer_vorbis_sys" }
ogg_next_sys = { version = "0.1.2", path = "../ogg_next_sys" }

errno = { version = "0.3.7", default-features = false }
errno = { version = "0.3.8", 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 243bd13

Please sign in to comment.