Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jan 3, 2024
1 parent 52409b2 commit a73672d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ license = "MIT"
name = "dav1d"
readme = "README.md"
repository = "https://github.com/rust-av/dav1d-rs"
version = "0.10.1"
version = "0.10.2"

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

[features]

Expand Down
2 changes: 1 addition & 1 deletion dav1d-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dav1d-sys"
version = "0.8.1"
version = "0.8.2"
authors = ["Luca Barbato <[email protected]>"]
license = "MIT"
description = "FFI bindings to dav1d"
Expand Down

0 comments on commit a73672d

Please sign in to comment.