Skip to content

Commit 9e3a045

Browse files
committed
0.2.4
1 parent 6fe565c commit 9e3a045

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bma-ts"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2024"
55
authors = ["Serhij S. <div@altertech.com>"]
66
license = "MIT"

src/impl_bincode.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ impl<C> Decode<C> for Monotonic {
6969
}
7070
}
7171

72+
bincode::impl_borrow_decode!(Timestamp);
73+
bincode::impl_borrow_decode!(Monotonic);
74+
7275
#[cfg(test)]
7376
mod tests {
7477
use super::{Monotonic, Timestamp};

0 commit comments

Comments
 (0)