Skip to content

Commit

Permalink
chore: remove wrpc_types crate
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed May 30, 2024
1 parent dd04552 commit 7f659dd
Show file tree
Hide file tree
Showing 9 changed files with 1,025 additions and 2,346 deletions.
14 changes: 0 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ wrpc-interface-http = { workspace = true }
wrpc-runtime-wasmtime = { workspace = true, optional = true }
wrpc-transport = { workspace = true }
wrpc-transport-nats = { workspace = true, optional = true }
wrpc-types = { workspace = true }
wrpc-wasmtime-nats-cli = { workspace = true, optional = true }

# TODO: Remove
Expand Down Expand Up @@ -165,7 +164,6 @@ wrpc-introspect = { version = "0.2", default-features = false, path = "./crates/
wrpc-runtime-wasmtime = { version = "0.17", path = "./crates/runtime-wasmtime", default-features = false }
wrpc-transport = { version = "0.25", path = "./crates/transport", default-features = false }
wrpc-transport-nats = { version = "0.22", path = "./crates/transport-nats", default-features = false }
wrpc-types = { version = "0.6", path = "./crates/types", default-features = false }
wrpc-wasmtime-nats-cli = { version = "0.2", path = "./crates/wasmtime-nats-cli", default-features = false }

# TODO: Remove
Expand Down
1 change: 0 additions & 1 deletion crates/transport-legacy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ tokio-stream = { workspace = true }
tower = { workspace = true, features = ["util"] }
tracing = { workspace = true, features = ["attributes"] }
wasm-tokio = { workspace = true }
wrpc-types = { workspace = true }

[dev-dependencies]
tracing-subscriber = { workspace = true, features = [
Expand Down
Loading

0 comments on commit 7f659dd

Please sign in to comment.