Skip to content

Commit

Permalink
fix(deps): point at online sttx
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-msp committed Apr 13, 2024
1 parent 3cd5194 commit 81ee8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ linfa = "0.7.0"
thiserror = "1.0.58"
webrtc-vad = "0.4.0"
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs", branch = "master", features = [ "metal", "whisper-cpp-log" ] }
sttx = { git = "file:///Users/matt/code/lang/rust/sttx", branch = "main" }
sttx = { git = "https://github.com/dev-msp/sttx", branch = "main" }
clap = { version = "4.5.4", features = ["derive"] }
regex = "1.10.4"
tracing = { version = "0.1.40", features = ["log"] }
Expand Down

0 comments on commit 81ee8fc

Please sign in to comment.