Skip to content

Commit c30a0eb

Browse files
committed
Release 0.6.1
1 parent a9ba89f commit c30a0eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "ogg"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["est31 <MTest31@outlook.com>"]
55
description = "Ogg container decoder and encoder written in pure Rust"
66
license = "BSD-3-Clause"
77
keywords = ["ogg", "decoder", "encoder", "xiph"]
8-
documentation = "https://docs.rs/ogg/0.6.0"
8+
documentation = "https://docs.rs/ogg/0.6.1"
99
repository = "https://github.com/RustAudio/ogg"
1010
readme = "README.md"
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An Ogg decoder and encoder. Implements the [xiph.org Ogg spec](https://www.xiph.org/vorbis/doc/framing.html) in pure Rust.
44

5-
[Documentation](https://docs.rs/ogg/0.6.0).
5+
[Documentation](https://docs.rs/ogg/0.6.1).
66

77
If the `async` feature is disabled, Version 1.12.0 of Rust is the minimum supported one.
88

0 commit comments

Comments
 (0)