Skip to content

Commit 782dab2

Browse files
authored
Bump version numbers to 1.1.0 (#1389)
1 parent 19718b6 commit 782dab2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default-members = [".", "tools"]
55
[package]
66
name = "rav1d"
77
authors = ["Rav1d Developers", "Prossimo"]
8-
version = "1.0.0"
8+
version = "1.1.0"
99
edition = "2021"
1010
rust-version = "1.79"
1111
description = "Rust port of the dav1d AV1 decoder"

tools/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rav1d-cli"
33
authors = ["Rav1d Developers", "Prossimo"]
4-
version = "1.0.0"
4+
version = "1.1.0"
55
edition = "2021"
66
default-run = "dav1d"
77
description = "Rust port of the dav1d AV1 decoder CLI tools"
@@ -20,7 +20,7 @@ name = "seek_stress"
2020
[dependencies]
2121
cfg-if = "1.0.0"
2222
libc = "0.2"
23-
rav1d = { path = "../", version = "1.0.0", default-features = false }
23+
rav1d = { path = "../", version = "1.1.0", default-features = false }
2424

2525
[build-dependencies]
2626
cc = "1.0.79"

0 commit comments

Comments
 (0)