Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsDK committed Apr 10, 2024
1 parent 9ab62c7 commit 2ffad75
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/twelve-poems-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"taurpc": patch
---

- Allow doc comments on IPC types - [#21](https://github.com/MatsDK/TauRPC/issues/21)
- Allow users to declare a router without root procedures - [#22](https://github.com/MatsDK/TauRPC/issues/22)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ First, add the following crates to your `Cargo.toml`:
# src-tauri/Cargo.toml

[dependencies]
taurpc = "0.2.4"
taurpc = "0.2.6"

specta = { version = "=2.0.0-rc.9", features = ["export"] }
tokio = { version = "1", features = ["full"] }
Expand Down
4 changes: 2 additions & 2 deletions taurpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "taurpc"
authors = ["MatsDK"]
version = "0.2.4"
version = "0.2.6"
edition = "2021"
description = "A type-safe IPC layer for tauri commands"
documentation = "https://docs.rs/taurpc"
Expand All @@ -18,7 +18,7 @@ members = [
]

[dependencies]
taurpc-macros = { path = "./taurpc-macros", version = "=0.2.5" }
taurpc-macros = { path = "./taurpc-macros", version = "=0.2.6" }

specta = { version = "=2.0.0-rc.9", features = ["export", "typescript"] }
tauri = { version = "1.3" }
Expand Down
2 changes: 1 addition & 1 deletion taurpc/taurpc-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "taurpc-macros"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
description = "Macros for the taurpc crate"
documentation = "https://docs.rs/taurpc"
Expand Down

0 comments on commit 2ffad75

Please sign in to comment.