From 01b2363dd8658e6d068c1b39b7df91bf68765d6d Mon Sep 17 00:00:00 2001 From: Oscar Beaumont Date: Thu, 2 May 2024 10:58:42 +0800 Subject: [PATCH] :tada: Release 2.0.0-rc.7 - fix docs? --- Cargo.lock | 2 +- Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29bfa70..666a934 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3144,7 +3144,7 @@ dependencies = [ [[package]] name = "tauri-specta" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" dependencies = [ "heck 0.5.0", "indoc", diff --git a/Cargo.toml b/Cargo.toml index 228c2af..c26c9ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tauri-specta" description = "Completely typesafe Tauri commands" -version = "2.0.0-rc.6" +version = "2.0.0-rc.7" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT" @@ -14,6 +14,7 @@ categories = ["web-programming", "asynchronous"] # /bin/sh RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features [package.metadata."docs.rs"] all-features = true +rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs"] [features]