Skip to content

Commit

Permalink
downgrade to fix bool issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramilito committed Dec 6, 2023
1 parent ad289fb commit 9740cd5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 39 deletions.
68 changes: 30 additions & 38 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ rayon = "1.8.0"
regex = "1.10.2"
serde = {version = "1.0.142", features = ["derive"]}
serde_json = "1.0.83"
serde_yaml = "0.9.4"
serde_yaml = "0.8.26"

0 comments on commit 9740cd5

Please sign in to comment.