Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9f62f34

Browse filesBrowse files
committed
Prepare for release
1 parent 9c68996 commit 9f62f34
Copy full SHA for 9f62f34

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎Cargo.toml‎

Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
name = "dav1d"
88
readme = "README.md"
99
repository = "https://github.com/rust-av/dav1d-rs"
10-
version = "0.10.4"
10+
version = "0.11.0"
1111
rust-version = "1.78"
1212

1313
[dependencies]
Collapse file

‎dav1d-sys/Cargo.toml‎

Copy file name to clipboardExpand all lines: dav1d-sys/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dav1d-sys"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
55
license = "MIT"
66
description = "FFI bindings to dav1d"
Collapse file

‎tools/Cargo.toml‎

Copy file name to clipboardExpand all lines: tools/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luca Barbato <lu_zero@gentoo.org>"]
55
edition = "2018"
66

77
[dependencies]
8-
dav1d = { path = "..", version = "0.10" }
8+
dav1d = { path = "..", version = "0.11" }
99
bitstream-io = "4.0"
1010
log = "0.4"
1111
structopt = "0.3"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.