Skip to content

Commit

Permalink
update minimum rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljeub-pometry committed Jan 23, 2025
1 parent 505bc5f commit 2e093bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ readme = "README.md"
homepage = "https://github.com/Raphtory/raphtory/"
keywords = ["graph", "temporal-graph", "temporal"]
authors = ["Pometry"]
rust-version = "1.82.0"
rust-version = "1.84.0"
edition = "2021"

[profile.dev]
Expand Down
1 change: 1 addition & 0 deletions raphtory/src/db/api/storage/graph/storage_ops/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ impl GraphStorage {
GraphStorage::Disk(g) => Arc::as_ptr(g).addr(),
}
}

#[inline(always)]
pub fn is_immutable(&self) -> bool {
match self {
Expand Down

0 comments on commit 2e093bd

Please sign in to comment.