Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Jan 9, 2025
1 parent 58169b2 commit 81a468d
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 45 deletions.
132 changes: 88 additions & 44 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/torii/libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror.workspace = true
torii-typed-data.workspace = true
tracing.workspace = true
sqlx = { workspace = true, optional = true }
torii-core = { workspace = true, optional = true }
torii-sqlite = { workspace = true, optional = true }
dojo-types = { workspace = true, optional = true }
dojo-world = { workspace = true, optional = true }
rand = { workspace = true, optional = true }
Expand Down

0 comments on commit 81a468d

Please sign in to comment.