Skip to content

Commit a27cf24

Browse files
committed
Update the WebRender version
This is necessary because the API has changed in a backwards incompatible way.
1 parent 5df13cf commit a27cf24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

webrender/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrender"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Glenn Watson <gw@intuitionlibrary.com>"]
55
license = "MPL-2.0"
66
repository = "https://github.com/servo/webrender"

webrender_traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrender_traits"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Glenn Watson <gw@intuitionlibrary.com>"]
55
license = "MPL-2.0"
66
repository = "https://github.com/servo/webrender"

0 commit comments

Comments
 (0)