Skip to content

Commit

Permalink
chore: bump vorbis_rs to 0.3.0 🎉
Browse files Browse the repository at this point in the history
Other crates in the repository were also bumped due to a package
metadata change we want to publish.
  • Loading branch information
AlexTMjugador committed Apr 14, 2023
1 parent 36db132 commit 69ba064
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/aotuv_lancer_vorbis_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "aotuv_lancer_vorbis_sys"
description = "Low-level FFI bindings for libvorbis, vorbisfile, and libvorbisenc C libraries with the aoTuV and Lancer patches"
authors = ["Alejandro González <me@alegon.dev>"]
license = "BSD-3-Clause"
version = "0.1.0"
version = "0.1.1"
readme = "../../README.md"
repository = "https://github.com/ComunidadAylas/vorbis-rs"
edition = "2021"
Expand All @@ -17,7 +17,7 @@ exclude = [
]

[dependencies]
ogg_next_sys = { version = "0.1.1", path = "../ogg_next_sys" }
ogg_next_sys = { version = "0.1.2", path = "../ogg_next_sys" }

[build-dependencies]
cc = "1.0.79"
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 @@ -3,7 +3,7 @@ name = "ogg_next_sys"
description = "Updated low-level FFI bindings for the upstream libogg C library"
authors = ["Alejandro González <me@alegon.dev>"]
license = "BSD-3-Clause"
version = "0.1.1"
version = "0.1.2"
readme = "../../README.md"
repository = "https://github.com/ComunidadAylas/vorbis-rs"
edition = "2021"
Expand Down
6 changes: 3 additions & 3 deletions packages/vorbis_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "vorbis_rs"
description = "Ogg Vorbis stream encoding and decoding powered by high-level bindings for best-in-breed C libraries"
authors = ["Alejandro González <me@alegon.dev>"]
license = "BSD-3-Clause"
version = "0.2.0"
version = "0.3.0"
readme = "../../README.md"
repository = "https://github.com/ComunidadAylas/vorbis-rs"
edition = "2021"
Expand All @@ -12,8 +12,8 @@ keywords = ["vorbis", "aotuv", "lancer", "ogg", "xiph"]
categories = ["api-bindings", "multimedia", "multimedia::audio", "multimedia::encoding"]

[dependencies]
aotuv_lancer_vorbis_sys = { version = "0.1.0", path = "../aotuv_lancer_vorbis_sys" }
ogg_next_sys = { version = "0.1.1", path = "../ogg_next_sys" }
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.1", default-features = false }
tinyvec = { version = "1.6.0", default-features = false, features = ["alloc", "rustc_1_57"] }
Expand Down

0 comments on commit 69ba064

Please sign in to comment.