change doc root link

This commit is contained in:
vms 2021-03-11 14:36:01 +03:00
parent 38d8e65368
commit eab7d746ef
4 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,