Skip to content

Commit 670902a

Browse files
committed
tests/schema_details: Move into crates_io_database crate
1 parent f00ed8d commit 670902a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/crates_io_database/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ workspace = true
1010
[dependencies]
1111
diesel = "=2.2.4"
1212
diesel_full_text_search = "=2.2.0"
13+
14+
[dev-dependencies]
15+
crates_io_test_db = { path = "../crates_io_test_db" }
File renamed without changes.

0 commit comments

Comments
 (0)