Skip to content

Commit

Permalink
chore: implement ServeExt for T
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Jul 8, 2024
1 parent 4b741d6 commit 99e04c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/runtime-wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrpc-runtime-wasmtime"
version = "0.17.2"
version = "0.17.3"
description = "wRPC wasmtime integration"

authors.workspace = true
Expand Down
2 changes: 2 additions & 0 deletions crates/runtime-wasmtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1056,3 +1056,5 @@ pub trait ServeExt: wrpc_transport::Serve {
}
}
}

impl<T: wrpc_transport::Serve> ServeExt for T {}

0 comments on commit 99e04c1

Please sign in to comment.