From 23de5b5aab2912d58ce8b79b869964c629657cf1 Mon Sep 17 00:00:00 2001 From: tomaka Date: Sat, 11 Jul 2015 15:15:07 +0200 Subject: [PATCH] Fix the version in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a27d17f..c252ca5 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ Audio player in pure Rust. Works only on win32 (WASAPI) and linux (ALSA) for the ```toml [dependencies] -cpal = "^0.0.1" +cpal = "0.1.0" ```