Skip to content

Commit 61c4b72

Browse files
committed
Bump version: 0.9.2 → 0.9.3
1 parent c2bf8eb commit 61c4b72

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.2
2+
current_version = 0.9.3
33
commit = True
44
tag = False
55

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/pre-commit/mirrors-clang-format
12-
rev: v18.1.8
12+
rev: v19.1.0
1313
hooks:
1414
- id: clang-format
1515
types_or: [c++, c, cuda]

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ct2rs"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
authors = ["Junpei Kawamoto <[email protected]>"]
55
categories = ["api-bindings"]
66
documentation = "https://docs.rs/ct2rs"
@@ -51,7 +51,7 @@ intel-mkl-src = { version = "0.8.1", optional = true, features = ["mkl-static-il
5151
intel-mkl-src = { version = "0.8.1", optional = true }
5252

5353
[dev-dependencies]
54-
clap = { version = "4.5.17", features = ["derive"] }
54+
clap = { version = "4.5.19", features = ["derive"] }
5555
rand = "0.8.5"
5656

5757
# Dependencies for Whisper example

0 commit comments

Comments
 (0)