Skip to content

Commit

Permalink
🎉 2.0.0-rc.6 - fix docs?
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed May 2, 2024
1 parent eb735ee commit 89b41e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tauri-specta"
description = "Completely typesafe Tauri commands"
version = "2.0.0-rc.5"
version = "2.0.0-rc.6"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -27,7 +27,9 @@ tauri-specta-macros = { version = "=2.0.0-rc.5", path = "./macros" }
serde = "1"
serde_json = "1"
thiserror = "1"
tauri = { version = "=2.0.0-beta.17", features = ["specta"] }
tauri = { version = "=2.0.0-beta.17", no-default-features = true, features = [
"specta",
] }

# Private
heck = "0.5.0"
Expand Down

0 comments on commit 89b41e2

Please sign in to comment.