Skip to content

Commit

Permalink
Fix docs.rs build
Browse files Browse the repository at this point in the history
  • Loading branch information
tazz4843 committed Apr 6, 2024
1 parent 784fc64 commit 3b43df5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exclude = ["examples/full_usage"]

[package]
name = "whisper-rs"
version = "0.11.0"
version = "0.11.1"
edition = "2021"
description = "Rust bindings for whisper.cpp"
license = "Unlicense"
Expand Down Expand Up @@ -35,6 +35,3 @@ _gpu = []
test-with-tiny-model = []
whisper-cpp-log = ["dep:log"]
whisper-cpp-tracing = ["dep:tracing"]

[package.metadata.docs.rs]
features = ["simd"]

0 comments on commit 3b43df5

Please sign in to comment.