Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
The -sys crate is backward compatible.
  • Loading branch information
lu-zero committed Feb 25, 2023
1 parent 64088f3 commit ffef505
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2"
version = "0.9.3"

[dependencies]
bitflags = "1"
dav1d-sys = { version = "0.8.0", path = "dav1d-sys" }
dav1d-sys = { version = "0.7.1", 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.8.0"
version = "0.7.1"
authors = ["Luca Barbato <[email protected]>"]
license = "MIT"
description = "FFI bindings to dav1d"
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Luca Barbato <[email protected]>"]
edition = "2018"

[dependencies]
dav1d = { path = "..", version = "0.10.0" }
dav1d = { path = "..", version = "0.9.3" }
bitstream-io = "1.0"
log = "0.4"
structopt = "0.3"

0 comments on commit ffef505

Please sign in to comment.