From 97d8a86f5b8d851fbfeace2828a0771b7f423ef3 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Sun, 17 May 2015 09:00:44 -0700 Subject: [PATCH] Fix Cargo.toml documentation URL --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a6d8cd2d..7d9817436 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "0.4.0" license = "MIT" authors = ["Carl Lerche "] description = "Lightweight non-blocking IO" -documentation = "http://rustdoc.s3-website-us-east-1.amazonaws.com/mio/v0.3.x/mio/" +documentation = "http://rustdoc.s3-website-us-east-1.amazonaws.com/mio/v0.4.x/mio/" homepage = "https://github.com/carllerche/mio" repository = "https://github.com/carllerche/mio" readme = "README.md"