Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sevki authored Mar 14, 2024
1 parent 4fd77bc commit bcb471d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jetstream"
version = "0.0.0"
version = "0.3.0"
edition = "2021"
description = "Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC."
license = "BSD-3-Clause"
Expand Down Expand Up @@ -53,4 +53,4 @@ which = "6.0.0"
members = [
"third_party/rust-p9",
"third_party/p9_wire_format_derive",
]
]

0 comments on commit bcb471d

Please sign in to comment.