Skip to content

Commit 6ab07aa

Browse files
authored
Fix av1an versions in root cargo toml (#515)
1 parent 7bb1b47 commit 6ab07aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ serde_json = "1.0.64"
2121
serde = { version = "1.0.126", features = ["serde_derive"] }
2222
shlex = "1.0.0"
2323
path_abs = "0.5.1"
24-
av1an-cli = { path = "av1an-cli", version = "0.2.1-2" }
25-
av1an-core = { path = "av1an-core", version = "0.2.0" }
24+
av1an-cli = { path = "av1an-cli", version = "0.3.0" }
25+
av1an-core = { path = "av1an-core", version = "0.3.0" }
2626

2727
[features]
2828
default = ["vapoursynth_new_api"]

0 commit comments

Comments
 (0)