Skip to content

Commit

Permalink
Make dav1d-sys point to the main README
Browse files Browse the repository at this point in the history
And bump the version to avoid the yanked 0.8.0 conflict.
  • Loading branch information
lu-zero committed Nov 1, 2023
1 parent 3a5c34b commit d0ad3aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.10.0"

[dependencies]
bitflags = "2"
dav1d-sys = { version = "0.8", path = "dav1d-sys" }
dav1d-sys = { version = "0.8.1", path = "dav1d-sys" }

[features]

Expand Down
3 changes: 2 additions & 1 deletion dav1d-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "dav1d-sys"
version = "0.8.0"
version = "0.8.1"
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
license = "MIT"
description = "FFI bindings to dav1d"
repository = "https://github.com/rust-av/dav1d-rs"
edition = "2021"
readme = "../README.md"

build = "build.rs"

Expand Down

0 comments on commit d0ad3aa

Please sign in to comment.