Skip to content

Commit

Permalink
Fix deps features (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr authored Mar 6, 2024
1 parent 886fc40 commit 848b2ce
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 @@ -98,7 +98,7 @@ semver = { version = "1", features = ["serde"] }
serde = { version = "1", features = ["serde_derive"] }
serde-untagged = "0.1"
serde-value = "0.7"
serde_json = "1"
serde_json = { version = "1", features = ["raw_value"] }
serde_repr = "0.1"
serde_test = "1"
sha2 = "0.10"
Expand Down

0 comments on commit 848b2ce

Please sign in to comment.