Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaegi committed Aug 16, 2019
1 parent 6e7eed1 commit c5b07cf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions alass-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alass-cli"
version = "1.0.1"
version = "1.0.2"
authors = ["kaegi <kaegi.dev@gmail.com>"]
description = "Automatic Language-Agnostic Subtitle Synchronization (Command Line Tool)"
repository = "https://github.com/kaegi/alass"
Expand All @@ -23,9 +23,9 @@ ffmpeg-binary = ["byteorder"]


[dependencies]
alass-core = { version = "1.0.0", path = "../alass-core" }
alass-core = { version = "1.0.1", path = "../alass-core" }
webrtc-vad = { version = "0.1.0", path = "../../webrtc-vad" }
subparse = { version = "0.6.0", path = "../../subparse" }
subparse = { version = "0.6.1", path = "../../subparse" }

clap = "2.33.0"
pbr = "1.0.0-alpha.2"
Expand Down
4 changes: 2 additions & 2 deletions alass-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alass-core"
version = "1.0.0"
version = "1.0.1"
authors = ["kaegi <kaegi.dev@gmail.com>"]
description = "Automatically corrects subtitle timings given a second correct subtitle (binary)"
repository = "https://github.com/kaegi/alass/alass-core"
Expand All @@ -24,7 +24,7 @@ statistics = []
nosplit-heap-sort = []

[dependencies]
arrayvec = "0.4.0"
arrayvec = "0.4.11"

[dev-dependencies]
rand = "0.7"

0 comments on commit c5b07cf

Please sign in to comment.