Skip to content

Commit 90ccb8f

Browse files
committed
chore: update crate name
1 parent 9671586 commit 90ccb8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
3-
name = "tauri-bindgen-rs-macros"
4-
version = "0.1.1"
3+
name = "tauri-ipc-macros"
4+
version = "0.1.2"
55

66
[lib]
77
proc-macro = true

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tauri-bindgen-rs-macros
1+
# tauri-ipc-macros
22

33
![rust workflow](https://github.com/jvatic/tauri-bindgen-rs-macros/actions/workflows/rust.yml/badge.svg)
44

@@ -19,7 +19,7 @@ I couldn't find a comfortable way of defining commands that would maintain type
1919
version = "0.1.0"
2020

2121
[dependencies]
22-
tauri-bindgen-rs-macros = { version = "0.1.1", git = "https://github.com/jvatic/tauri-bindgen-rs-macros.git" }
22+
tauri-ipc-macros = { version = "0.1.2", git = "https://github.com/jvatic/tauri-bindgen-rs-macros.git" }
2323
serde = { version = "1.0.204", features = ["derive"] }
2424
serde-wasm-bindgen = "0.6"
2525
wasm-bindgen = "0.2"

0 commit comments

Comments
 (0)