Skip to content

Commit

Permalink
deactivate storage
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu committed Jun 19, 2024
1 parent 3a129fd commit 0b3c7d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 55 deletions.
56 changes: 3 additions & 53 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 @@ -31,9 +31,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

0 comments on commit 0b3c7d9

Please sign in to comment.