Skip to content

Commit

Permalink
fix(lccc): require serde_derive <= 1.0.171
Browse files Browse the repository at this point in the history
  • Loading branch information
chorman0773 committed Aug 18, 2023
1 parent 6225d15 commit eb8202c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lccc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ which = "4.2.4"

[build-dependencies]
install-dirs = {version="0.2.1", features=["serde"]}
serde = {version="1",features=["derive"]}
serde = {version="1, <=1.0.171",features=["derive"]}
serde_derive = {version="<=1.0.171"}
toml = "0.5.8"
target-tuples = "0.5.5"

0 comments on commit eb8202c

Please sign in to comment.