Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Oct 2, 2023
1 parent 69089c1 commit c1fdd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ regex = "1.9"
serde_json = "1.0"
serde-jsonlines = "0.4"
serde = { version = "1.0", features = ["serde_derive"] }
serde_with = "3.3"
serde_with = { version = "3.3", features = ["indexmap_2"] }
shellexpand = "3.0"
strum_macros = "0.25"
strum = { version = "0.25", features = ["derive"] }
Expand Down

0 comments on commit c1fdd09

Please sign in to comment.