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]