From e72aeb630024ecb79570128053fdf43a3520e8a1 Mon Sep 17 00:00:00 2001 From: Oscar Beaumont Date: Sun, 5 Mar 2023 22:20:34 +0800 Subject: [PATCH] :tada: release 0.1.3 --- Cargo.toml | 5 ++--- packages/client/package.json | 2 +- packages/react/package.json | 2 +- packages/solid/package.json | 2 +- packages/tauri/package.json | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 530c712c..54098b89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rspc" description = "A blazing fast and easy to use TRPC server for Rust." -version = "0.1.2" +version = "0.1.3" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT" @@ -43,8 +43,7 @@ bson = ["specta/bson"] [dependencies] specta = { version = "1.0.0", features = ["serde", "typescript"] } -# httpz = { git = "https://github.com/oscartbeaumont/httpz.git", rev = "a5020adecb15b55d84a8330b4680eba82fa6b820", optional = true } # TODO: Move back to crates.io release -httpz = { path = "../httpz-main", optional = true } # TODO: Move back to crates.io release +httpz = { version = "0.0.4", optional = true } # TODO: Move back to crates.io release serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.93" thiserror = "1.0.38" diff --git a/packages/client/package.json b/packages/client/package.json index df9cf09f..359365bc 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@rspc/client", - "version": "0.1.2", + "version": "0.1.3", "description": "A blazing fast and easy to use TRPC-like server for Rust.", "keywords": [], "author": "Oscar Beaumont", diff --git a/packages/react/package.json b/packages/react/package.json index 4e7c00c3..4628b32e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@rspc/react", - "version": "0.1.2", + "version": "0.1.3", "description": "A blazing fast and easy to use TRPC-like server for Rust.", "keywords": [], "author": "Oscar Beaumont", diff --git a/packages/solid/package.json b/packages/solid/package.json index 303b5d0a..ba4155b3 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -1,6 +1,6 @@ { "name": "@rspc/solid", - "version": "0.1.2", + "version": "0.1.3", "description": "A blazing fast and easy to use TRPC-like server for Rust.", "keywords": [], "author": "Oscar Beaumont", diff --git a/packages/tauri/package.json b/packages/tauri/package.json index 79341009..e512e9f5 100644 --- a/packages/tauri/package.json +++ b/packages/tauri/package.json @@ -1,6 +1,6 @@ { "name": "@rspc/tauri", - "version": "0.1.2", + "version": "0.1.3", "description": "A blazing fast and easy to use TRPC-like server for Rust.", "keywords": [], "author": "Oscar Beaumont",