Skip to content

Commit

Permalink
pin to serde_yaml version causing a regression
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Aug 22, 2022
1 parent 97d8285 commit ecbac38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Expand Up @@ -16,7 +16,8 @@ codegen-units = 1
itertools = "~0.10"
thiserror = "~1"
serde = { version = "~1", features = ["derive", "rc"] }
serde_yaml = "~0.9"
# serde_yaml = "~0.9"
serde_yaml = "=0.9.7"

[dependencies.regex]
version = "~1"
Expand Down

0 comments on commit ecbac38

Please sign in to comment.