Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync changes from mozilla-central #3832

Merged
merged 2 commits into from Jan 14, 2020
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Bug 1609049 - WebRender version bump. r=jrmuizel

  • Loading branch information
nical authored and moz-gfx committed Jan 14, 2020
commit 585e757bc7ebc187dcc0cadf0076a33491f3731c

Some generated files are not rendered by default. Learn more.

@@ -1,6 +1,6 @@
[package]
name = "webrender"
version = "0.60.0"
version = "0.61.0"
authors = ["Glenn Watson <gw@intuitionlibrary.com>"]
license = "MPL-2.0"
repository = "https://github.com/servo/webrender"
@@ -48,7 +48,7 @@ sha2 = "0.8"
smallvec = "0.6"
thread_profiler = "0.1.1"
time = "0.1"
api = { version = "0.60.0", path = "../webrender_api", package = "webrender_api" }
api = { version = "0.61.0", path = "../webrender_api", package = "webrender_api" }
webrender_build = { version = "0.0.1", path = "../webrender_build" }
malloc_size_of = { version = "0.0.1", path = "../wr_malloc_size_of", package = "wr_malloc_size_of" }
ws = { optional = true, version = "0.9" }
@@ -1,6 +1,6 @@
[package]
name = "webrender_api"
version = "0.60.0"
version = "0.61.0"
authors = ["Glenn Watson <gw@intuitionlibrary.com>"]
license = "MPL-2.0"
repository = "https://github.com/servo/webrender"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.