diff --git a/Cargo.toml b/Cargo.toml index 6120112..6918ab9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ name = "fgoxide" version = "0.3.0" edition = "2021" authors = [ - "Tim Fennell " + "Tim Fennell ", + "Nils Homer " ] license = "MIT" repository = "https://github.com/fulcrumgenomics/fgoxide" @@ -21,7 +21,7 @@ thiserror = "^1" flate2 = "^1" # For auto-serialization of structs to csv/tsv -csv = "^1" +csv = "^1, <1.2" serde = { version = "^1.0.123", features = ["derive"] } [dev-dependencies]