Skip to content

Commit bddadcf

Browse files
descope
1 parent 0c9cb22 commit bddadcf

File tree

38 files changed

+36
-1742
lines changed

38 files changed

+36
-1742
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ members = [
66
"./integrations/*",
77
"./examples/core",
88
"./examples/axum",
9-
"./examples/actix-web",
109
"./examples/client",
1110
"./examples/tauri/src-tauri",
1211
"./examples/legacy",
13-
"./examples/legacy-compat",
1412
"./examples/binario",
1513
]
1614

crates/legacy/src/router.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
use std::{
2+
borrow::Borrow,
23
collections::BTreeMap,
34
fs::{self, File},
45
io::Write,
@@ -9,6 +10,7 @@ use std::{
910
};
1011

1112
use futures::Stream;
13+
use rspc_procedure::Procedures;
1214
use serde_json::Value;
1315
use specta::{datatype::FunctionResultVariant, DataType, TypeCollection};
1416
use specta_typescript::{self as ts, datatype, export_named_datatype, Typescript};

examples/actix-web/Cargo.toml

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/actix-web/src/main.rs

Lines changed: 0 additions & 76 deletions
This file was deleted.

examples/astro/.astro/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"_variables": {
3-
"lastUpdateCheck": 1733304652115
3+
"lastUpdateCheck": 1738052413768
44
}
55
}

examples/axum/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ rspc = { path = "../../rspc", features = ["typescript", "rust"] }
99
rspc-axum = { path = "../../integrations/axum", features = ["ws"] }
1010
rspc-devtools = { version = "0.0.0", path = "../../crates/devtools" }
1111
rspc-invalidation = { version = "0.0.0", path = "../../crates/invalidation" }
12-
rspc-http = { version = "0.2.1", path = "../../integrations/http" }
1312
rspc-zer = { version = "0.0.0", path = "../../crates/zer" }
1413
example-core = { path = "../core" }
1514

0 commit comments

Comments
 (0)