Skip to content

Commit

Permalink
Help cargo to break dependency cycle caused by dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Apr 7, 2024
1 parent 9fe91c3 commit 75eb67f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion diesel_derives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ cfg-if = "1"
dotenvy = "0.15"

[dev-dependencies.diesel]
version = "~2.1.0"
path = "../diesel"

[lib]
Expand Down
2 changes: 0 additions & 2 deletions diesel_migrations/migrations_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ dotenvy = "0.15"
cfg-if = "1.0.0"

[dev-dependencies.diesel]
version = "~2.1.0"
path = "../../diesel"
default-features = false

[dev-dependencies.diesel_migrations]
version = "~2.1.0"
path = "../"
default-features = false

Expand Down

0 comments on commit 75eb67f

Please sign in to comment.