Skip to content

Commit

Permalink
undo pometry-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu committed Dec 13, 2024
1 parent 6940a81 commit efbf48f
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.13", features = [ "dynamic-schema" ] }
bincode = "1.3.3"
async-graphql-poem = "7.0.13"
Expand Down

0 comments on commit efbf48f

Please sign in to comment.