From eab7d746ef489a02cc21a96f11b8ecb375fe456a Mon Sep 17 00:00:00 2001 From: vms Date: Thu, 11 Mar 2021 14:36:01 +0300 Subject: [PATCH] change doc root link --- crates/macro/src/lib.rs | 2 +- crates/main/src/lib.rs | 2 +- crates/wit/src/lib.rs | 2 +- src/lib.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/macro/src/lib.rs b/crates/macro/src/lib.rs index 68e3075..add33a9 100644 --- a/crates/macro/src/lib.rs +++ b/crates/macro/src/lib.rs @@ -54,7 +54,7 @@ //! //! ``` -#![doc(html_root_url = "https://docs.rs/fluence-sdk-macro/0.4.2")] +#![doc(html_root_url = "https://docs.rs/fluence-sdk-macro/0.5.0")] #![deny( dead_code, nonstandard_style, diff --git a/crates/main/src/lib.rs b/crates/main/src/lib.rs index 3e10b3a..f8b6403 100644 --- a/crates/main/src/lib.rs +++ b/crates/main/src/lib.rs @@ -19,7 +19,7 @@ #![allow(clippy::missing_safety_doc)] #![allow(clippy::needless_doctest_main)] -#![doc(html_root_url = "https://docs.rs/fluence-sdk-main/0.4.2")] +#![doc(html_root_url = "https://docs.rs/fluence-sdk-main/0.5.0")] #![deny( dead_code, nonstandard_style, diff --git a/crates/wit/src/lib.rs b/crates/wit/src/lib.rs index 22e193a..600b12e 100644 --- a/crates/wit/src/lib.rs +++ b/crates/wit/src/lib.rs @@ -14,7 +14,7 @@ * limitations under the License. */ -#![doc(html_root_url = "https://docs.rs/wit-support/0.4.2")] +#![doc(html_root_url = "https://docs.rs/wit-support/0.5.0")] #![deny( dead_code, nonstandard_style, diff --git a/src/lib.rs b/src/lib.rs index 37bdf06..c4e8c21 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -55,7 +55,7 @@ //! pub fn curl_get(url: String) -> String; //! } //! ``` -#![doc(html_root_url = "https://docs.rs/fluence/0.4.2")] +#![doc(html_root_url = "https://docs.rs/fluence/0.5.0")] #![deny( dead_code, nonstandard_style,