Skip to content

Commit

Permalink
fix: sparse requires serde_json/raw_value (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Apr 27, 2023
1 parent d3ab1eb commit 6e50dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rattler_repodata_gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ rstest = "0.17.0"
default = ['native-tls']
native-tls = ['reqwest/native-tls']
rustls-tls = ['reqwest/rustls-tls']
sparse = ["rattler_conda_types", "memmap2", "ouroboros", "serde_with", "superslice", "itertools"]
sparse = ["rattler_conda_types", "memmap2", "ouroboros", "serde_with", "superslice", "itertools", "serde_json/raw_value"]

0 comments on commit 6e50dd1

Please sign in to comment.