Skip to content

Commit

Permalink
bumps to 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch committed Oct 25, 2024
1 parent d87f4bf commit b931d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "mostro-core"
version = "0.6.8"
version = "0.6.9"
edition = "2021"
license = "MIT"
authors = ["Francisco Calderón <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ impl Message {
pub struct MessageKind {
/// Message version
pub version: u8,
/// Request_id for test on client
/// Request id is echoed back to the user
pub request_id: u64,
/// Message id is not mandatory
#[serde(skip_serializing_if = "Option::is_none")]
Expand Down

0 comments on commit b931d7e

Please sign in to comment.