Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Dec 23, 2019
1 parent a120f87 commit 37c91c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "dav1d"
readme = "README.md"
repository = "https://github.com/rust-av/dav1d-rs"
version = "0.2.0"
version = "0.3.0"

[dependencies]
dav1d-sys = { version = "0.2.0", path = "dav1d-sys" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ By default the bindings are generated using the headers and libraries that ought

## TODO
- [x] Simple bindings
- [ ] Safe abstraction
- [x] Safe abstraction
- [ ] Examples

[1]: https://github.com/rust-lang-nursery/rust-bindgen
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.2.0" }
dav1d = { path = "..", version = "0.3.0" }
bitstream-io = "0.8"
log = "0.4"
structopt = "0.3"

0 comments on commit 37c91c2

Please sign in to comment.