Skip to content

Commit

Permalink
fix cargo toml order
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed Jan 15, 2024
1 parent a1e20c7 commit 8f1f713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/delta_btree_map/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ignored = ["workspace-hack"]
normal = ["workspace-hack"]

[dependencies]
enum-as-inner = "0.6"
educe = "0.5"
enum-as-inner = "0.6"

[lints]
workspace = true

0 comments on commit 8f1f713

Please sign in to comment.