Skip to content

Commit

Permalink
chore: fixed the dependencies sort
Browse files Browse the repository at this point in the history
Signed-off-by: JianMinTang <[email protected]>
  • Loading branch information
JianMinTang authored and bsbds committed Nov 8, 2024
1 parent c1b62e2 commit 44b463a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ uuid = { version = "1", features = ["v4"] }
workspace-hack = { version = "0.1", path = "../../workspace-hack" }

[dev-dependencies]
test-macros = { path = "../test-macros" }
tempfile = "3"
test-macros = { path = "../test-macros" }
2 changes: 1 addition & 1 deletion crates/xline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ mockall = "0.12.1"
rand = "0.8.5"
strum = "0.26"
strum_macros = "0.26.4"
tempfile = "3"
test-macros = { path = "../test-macros" }
xline-client = { path = "../xline-client" }
xline-test-utils = { path = "../xline-test-utils" }
tempfile = "3"

0 comments on commit 44b463a

Please sign in to comment.