Skip to content

Commit

Permalink
deactivate storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ricopinazo committed Nov 22, 2024
1 parent 6419f73 commit 8b10f18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 38 deletions.
39 changes: 3 additions & 36 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 @@ -40,9 +40,9 @@ debug = 0

[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, <7.0.8", features = [
"dynamic-schema",
] } # 7.0.8+ is borked, see https://github.com/async-graphql/async-graphql/issues/1586
Expand Down

0 comments on commit 8b10f18

Please sign in to comment.