Skip to content

Commit ffaa571

Browse files
committed
Increment minor version after to the API change
1 parent dadb5c0 commit ffaa571

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

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

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.8.1"
3+
version = "0.9.0"
44
authors = ["Glenn Watson <[email protected]>"]
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.8.1"
3+
version = "0.9.0"
44
authors = ["Glenn Watson <[email protected]>"]
55
license = "MPL-2.0"
66
repository = "https://github.com/servo/webrender"

0 commit comments

Comments
 (0)