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 2d1b382

Browse filesBrowse files
committed
Prepare for release
1 parent 3d8c514 commit 2d1b382
Copy full SHA for 2d1b382

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

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

‎Cargo.toml‎

Copy file name to clipboardExpand all lines: Cargo.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ license = "MIT"
77
name = "dav1d"
88
readme = "README.md"
99
repository = "https://github.com/rust-av/dav1d-rs"
10-
version = "0.9.4"
10+
version = "0.9.5"
1111

1212
[dependencies]
1313
bitflags = "2"
14-
dav1d-sys = { version = "0.7.1", path = "dav1d-sys" }
14+
dav1d-sys = { version = "0.7.2", path = "dav1d-sys" }
1515

1616
[features]
1717
v1_1 = ["dav1d-sys/v1_1"]
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.7.1"
3+
version = "0.7.2"
44
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
55
license = "MIT"
66
description = "FFI bindings to dav1d"

0 commit comments

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