bump to v0.1.5

This commit is contained in:
sevki 2024-03-14 02:32:01 +00:00
parent 192f17d7ac
commit ab4eec3f57
5 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "jetstream"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
description = "Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC."
license = "BSD-3-Clause"

View file

@ -28,6 +28,6 @@ JetStream is not ready for production use. It's still in the early stages of dev
- [jsonrpc](https://www.jsonrpc.org/)
- [xmlrpc](http://xmlrpc.scripting.com/)
## License
## [License](LICENSE)
BSD-3-Clause like the rest of the rust-p9 packages this relises on.
BSD-3-Clause

View file

@ -22,12 +22,14 @@ fn get_module_colour(module: &str) -> Color {
color
}
#[allow(dead_code)]
pub(crate) fn setup_logging() -> Logger {
let x = drain();
slog::Logger::root(x, slog_o!())
}
#[allow(dead_code)]
pub(crate) fn drain() -> slog::Fuse<
slog_term::FullFormat<slog_term::PlainSyncDecorator<std::io::Stdout>>,
> {

View file

@ -1,6 +1,6 @@
[package]
name = "jetstream_p9_wire_format_derive"
version = "0.1.4"
version = "0.1.5"
authors = ["The ChromiumOS Authors"]
license = "BSD-3-Clause"
description = "Supporting proc-macro for the `p9` crate."

View file

@ -1,6 +1,6 @@
[package]
name = "jetstream_p9"
version = "0.1.4"
version = "0.1.5"
authors = ["The ChromiumOS Authors"]
edition = "2021"
license = "BSD-3-Clause"