Skip to content

Commit

Permalink
increment BINCODE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu committed Jul 23, 2024
1 parent f437991 commit e65814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raphtory/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub mod prelude {
pub use raphtory_api::core::{entities::GID, input::input_node::InputNode};
}

pub const BINCODE_VERSION: u32 = 2u32;
pub const BINCODE_VERSION: u32 = 3u32;
#[cfg(feature = "storage")]
pub use polars_arrow as arrow2;

Expand Down

0 comments on commit e65814d

Please sign in to comment.