Skip to content

Commit

Permalink
Renabled cli as a dev dependency for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cloutiertyler committed Dec 13, 2024
1 parent ad5b6dd commit c00ae8c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 37 deletions.
74 changes: 38 additions & 36 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/schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ enum-as-inner.workspace = true
spacetimedb-lib = { workspace = true, features = ["test"] }
# these are circular dependencies, but only in tests, so it's fine
spacetimedb-testing = { path = "../testing" }
# spacetimedb-cli.workspace = true
spacetimedb-cli.workspace = true

proptest.workspace = true

0 comments on commit c00ae8c

Please sign in to comment.