Skip to content

Commit cbfd876

Browse files
committed
fix ort to rc.10 for now
1 parent 5e103f6 commit cbfd876

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "transcribe-rs"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
edition = "2021"
55
description = "A simple library to help you transcribe audio"
66
license = "MIT"
@@ -37,7 +37,7 @@ thiserror = "2.0.16"
3737
derive_builder = { version = "0.20.2" }
3838

3939
# Parakeet & Moonshine (ONNX-based)
40-
ort = { version = "2.0.0-rc.10", optional = true }
40+
ort = { version = "=2.0.0-rc.10", optional = true }
4141
ndarray = { version = "0.16.1", optional = true }
4242

4343
# Parakeet only

0 commit comments

Comments
 (0)