Skip to content

Commit

Permalink
🎉 release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Mar 5, 2023
1 parent 2d117b8 commit e72aeb6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions 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 <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit e72aeb6

Please sign in to comment.