From ecb19207828a930c8b65f01350b98f7bc8812f8d Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Mon, 13 Jul 2020 13:02:44 -0400 Subject: [PATCH] fix doc link --- tonic-build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic-build/Cargo.toml b/tonic-build/Cargo.toml index f3fdece..45dbf1f 100644 --- a/tonic-build/Cargo.toml +++ b/tonic-build/Cargo.toml @@ -4,7 +4,7 @@ version = "0.3.0" authors = ["Lucio Franco "] edition = "2018" license = "MIT" -documentation = "https://docs.rs/tonic/0.2.0/tonic/" +documentation = "https://docs.rs/tonic/0.3.0/tonic/" repository = "https://github.com/hyperium/tonic" homepage = "https://github.com/hyperium/tonic" description = """