Skip to content

Commit

Permalink
Remove old Bye message
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Jul 24, 2024
1 parent 128de94 commit c5d63c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/src/messages/bye.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
#![cfg_attr(feature = "unstable-bolt-protocol-impl-v2", allow(deprecated))]

use neo4rs_macros::BoltStruct;

#[derive(Debug, PartialEq, Eq, Clone, BoltStruct)]
#[signature(0xB0, 0x02)]
#[cfg_attr(
feature = "unstable-bolt-protocol-impl-v2",
deprecated(since = "0.8.0", note = "Use `crate::bolt::Bye` instead.")
)]
pub struct Bye;

#[cfg(test)]
Expand Down

0 comments on commit c5d63c9

Please sign in to comment.