From d0610c14f043f914e3b17a7a3c00972acc134246 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 1 Oct 2016 10:30:38 +0200 Subject: [PATCH] Publish 0.4.0 --- Cargo.toml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 877beec..181f821 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "cpal" -version = "0.3.1" +version = "0.4.0" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal" -documentation = "http://tomaka.github.io/cpal/" +documentation = "https://docs.rs/cpal" license = "Apache-2.0" keywords = ["audio", "sound"] diff --git a/README.md b/README.md index 7510ae8..ad19191 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # CPAL - Cross-platform audio library -[Documentation](http://tomaka.github.io/cpal/) +[Documentation](https://docs.rs/cpal) ```toml [dependencies] -cpal = "0.3.0" +cpal = "0.4.0" ``` Low-level library for audio playback in pure Rust.