Skip to content

Commit

Permalink
fix warning and deactivate storage
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu committed Jul 23, 2024
1 parent 5030afa commit 926469a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 57 deletions.
58 changes: 3 additions & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ debug = true

[workspace.dependencies]
#[public-storage]
# pometry-storage = { version = ">=0.8.1", path = "pometry-storage" }
pometry-storage = { version = ">=0.8.1", path = "pometry-storage" }
#[private-storage]
pometry-storage = { path = "pometry-storage-private", package = "pometry-storage-private" }
# pometry-storage = { path = "pometry-storage-private", package = "pometry-storage-private" }
async-graphql = { version = "7.0.5", features = ["dynamic-schema"] }
async-graphql-poem = "7.0.5"
dynamic-graphql = "0.9.0"
Expand Down
1 change: 1 addition & 0 deletions raphtory/src/db/api/storage/storage_ops/additions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ impl InternalAdditionOps for GraphStorage {
Prop::Str(value) => Prop::Str(storage.graph.resolve_str(value)),
_ => prop,
},
#[cfg(feature = "storage")]
_ => prop,
}
}
Expand Down

0 comments on commit 926469a

Please sign in to comment.