Skip to content

Commit

Permalink
disable docs for broken simd stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-k committed Oct 10, 2024
1 parent 7b96b96 commit 7097c83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bio-seq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bio-seq"
version = "0.13.1"
version = "0.13.2"
authors = ["jeff-k <[email protected]>"]
edition = "2021"
description = "Bit packed and well-typed biological sequences"
Expand Down Expand Up @@ -31,4 +31,5 @@ simd = []
#name = "aminokmers"

[package.metadata.docs.rs]
all-features = true
features = ["translation", "serde"]
# all-features = true

0 comments on commit 7097c83

Please sign in to comment.