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 Oct 24, 2023
1 parent 3d8c514 commit 2d1b382
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.9.4"
version = "0.9.5"

[dependencies]
bitflags = "2"
dav1d-sys = { version = "0.7.1", path = "dav1d-sys" }
dav1d-sys = { version = "0.7.2", path = "dav1d-sys" }

[features]
v1_1 = ["dav1d-sys/v1_1"]
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.7.1"
version = "0.7.2"
authors = ["Luca Barbato <[email protected]>"]
license = "MIT"
description = "FFI bindings to dav1d"
Expand Down

0 comments on commit 2d1b382

Please sign in to comment.