Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlKCarlK committed Nov 2, 2024
1 parent 48c7702 commit 5e1bb67
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 64 deletions.
104 changes: 42 additions & 62 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "1.0.6-alpha.2"
version = "1.0.6"
name = "bed-reader"
description = "Read and write the PLINK BED format, simply and efficiently."
repository = "https://github.com/fastlmm/bed-reader"
Expand Down Expand Up @@ -43,7 +43,7 @@ statrs = "0.17.1"
byteorder = { version = "1.5.0", default-features = false }
dpc-pariter = "0.4.0" # // pariter = "0.5.1"
derive_builder = "0.20.2"
anyinput = { version = "0.1.7", features = ["ndarray"] }
anyinput = { version = "0.1.8", features = ["ndarray"] }
fetch-data = "0.2.0"
futures-util = { version = "0.3.31" }
bytecount = { version = "0.6.8" }
Expand Down

0 comments on commit 5e1bb67

Please sign in to comment.