Skip to content

Commit 6cb4dfb

Browse files
🎉 2.0.0-rc.16
1 parent fe2e052 commit 6cb4dfb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tauri-specta"
33
description = "Completely typesafe Tauri commands"
4-
version = "2.0.0-rc.15"
4+
version = "2.0.0-rc.16"
55
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
66
edition = "2021"
77
license = "MIT"
@@ -31,7 +31,7 @@ workspace = true
3131
specta = { workspace = true, features = ["function"] }
3232
specta-typescript = { workspace = true, optional = true }
3333
specta-jsdoc = { workspace = true, optional = true }
34-
tauri-specta-macros = { version = "=2.0.0-rc.6", optional = true, path = "./macros" }
34+
tauri-specta-macros = { version = "=2.0.0-rc.16", optional = true, path = "./macros" }
3535
serde = "1"
3636
serde_json = "1"
3737
thiserror = "1"

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tauri-specta-macros"
33
description = "Completely typesafe Tauri commands"
4-
version = "2.0.0-rc.6"
4+
version = "2.0.0-rc.16"
55
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
66
edition = "2021"
77
license = "MIT"

0 commit comments

Comments
 (0)