Skip to content

Commit a427d96

Browse files
Remove patches and bump av-scenechange (#694)
1 parent ba1e6d6 commit a427d96

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

Cargo.lock

+10-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ lto = "off"
1414
codegen-units = 1024
1515
debug-assertions = true
1616
overflow-checks = true
17-
18-
[patch.crates-io]
19-
av-scenechange = { git = "https://github.com/rust-av/av-scenechange", rev = "2f91ec1b4224dccc7195bdabefdfa171e981ca60" }
20-
console = { git = "https://github.com/console-rs/console", rev = "5484ea9d9f6884f6685349708e27bf08fab7703c" }

av1an-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ crossbeam-channel = "0.5.1"
4040
crossbeam-utils = "0.8.5"
4141
textwrap = "0.15.0"
4242
path_abs = "0.5.1"
43-
av-scenechange = { version = "0.8.0", default-features = false }
43+
av-scenechange = { version = "0.8.1", default-features = false }
4444
y4m = "0.7.0"
4545
thiserror = "1.0.30"
4646
paste = "1.0.5"

0 commit comments

Comments
 (0)