Skip to content

Commit

Permalink
Merge pull request #12 from sevki/dev
Browse files Browse the repository at this point in the history
bump to v0.1.5
  • Loading branch information
sevki committed Mar 14, 2024
2 parents 6f60e14 + ab4eec3 commit 51d8696
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions src/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>>,
> {
Expand Down
2 changes: 1 addition & 1 deletion third_party/p9_wire_format_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion third_party/rust-p9/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 51d8696

Please sign in to comment.