Skip to content

Commit

Permalink
Merge pull request #183 from solaoi/feature/change-import-style-to-cr…
Browse files Browse the repository at this point in the history
…ate-on-whisper-rs

change import style to crate.io on whisper-rs
  • Loading branch information
solaoi authored Dec 30, 2024
2 parents 7968c22 + 1b556df commit 40716ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 6 additions & 4 deletions src-tauri/Cargo.lock

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

3 changes: 1 addition & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ mistralrs = { git = "https://github.com/EricLBuehler/mistral.rs.git", tag = "v0.
] }
tauri-plugin-clipboard = "1.1.4"
sbv2_core = { version = "0.1.4", features = ["dynamic"] }
# whisper-rs = { version = "0.11.1", features = ["metal"] }
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs.git", rev = "dd0c3af", features = ["metal"] }
whisper-rs = { version = "0.13.2", features = ["metal"] }
sherpa-rs = "0.5.1"

[dependencies.tauri-plugin-sql]
Expand Down

0 comments on commit 40716ff

Please sign in to comment.