mirror of
https://github.com/rustdesk/magnum-opus.git
synced 2026-04-14 19:56:32 +00:00
Bump version to v0.2.1 and update docs link
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "opus"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Tad Hardesty <tad@platymuus.com>"]
|
||||
|
||||
description = "Safe Rust bindings for libopus"
|
||||
@@ -11,7 +11,7 @@ categories = ["api-bindings", "encoding", "compression",
|
||||
"multimedia::audio", "multimedia::encoding"]
|
||||
|
||||
repository = "https://github.com/SpaceManiac/opus-rs"
|
||||
documentation = "https://wombat.platymuus.com/rustdoc/opus_0.2.0/"
|
||||
documentation = "https://docs.rs/opus/0.2.1/opus/"
|
||||
|
||||
[dependencies]
|
||||
opus-sys = "0.2.0"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# opus-rs [](https://crates.io/crates/opus) [](https://wombat.platymuus.com/rustdoc/opus_0.2.0/)
|
||||
# opus-rs [](https://crates.io/crates/opus) [](https://docs.rs/opus/0.2.1/opus/)
|
||||
|
||||
Safe Rust bindings for libopus. The rustdoc (available through `cargo doc`)
|
||||
includes brief descriptions for methods, and detailed API information can be
|
||||
|
||||
Reference in New Issue
Block a user