Skip to content

Commit c5b07cf

Browse files
committed
Bump versions
1 parent 6e7eed1 commit c5b07cf

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

alass-cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alass-cli"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = ["kaegi <[email protected]>"]
55
description = "Automatic Language-Agnostic Subtitle Synchronization (Command Line Tool)"
66
repository = "https://github.com/kaegi/alass"
@@ -23,9 +23,9 @@ ffmpeg-binary = ["byteorder"]
2323

2424

2525
[dependencies]
26-
alass-core = { version = "1.0.0", path = "../alass-core" }
26+
alass-core = { version = "1.0.1", path = "../alass-core" }
2727
webrtc-vad = { version = "0.1.0", path = "../../webrtc-vad" }
28-
subparse = { version = "0.6.0", path = "../../subparse" }
28+
subparse = { version = "0.6.1", path = "../../subparse" }
2929

3030
clap = "2.33.0"
3131
pbr = "1.0.0-alpha.2"

alass-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alass-core"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["kaegi <[email protected]>"]
55
description = "Automatically corrects subtitle timings given a second correct subtitle (binary)"
66
repository = "https://github.com/kaegi/alass/alass-core"
@@ -24,7 +24,7 @@ statistics = []
2424
nosplit-heap-sort = []
2525

2626
[dependencies]
27-
arrayvec = "0.4.0"
27+
arrayvec = "0.4.11"
2828

2929
[dev-dependencies]
3030
rand = "0.7"

0 commit comments

Comments
 (0)