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

Update backtrace to 0.3.46 #26024

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Update backtrace to 0.3.46

  • Loading branch information
nox committed Mar 24, 2020
commit ba7e7e228dfeadea9bf0622b34fbb98a8a030b39

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

@@ -31,4 +31,3 @@ mio = { git = "https://github.com/servo/mio.git", branch = "servo" }
# https://github.com/retep998/winapi-rs/pull/816
winapi = { git = "https://github.com/servo/winapi-rs", branch = "patch-1" }
spirv_cross = { git = "https://github.com/servo/spirv_cross", branch = "wgpu-servo" }
backtrace = { git = "https://github.com/MeFisto94/backtrace-rs", branch = "fix-strtab-freeing-crash" }
@@ -13,7 +13,7 @@ test = false
doctest = false

[dependencies]
backtrace = "0.3"
backtrace = "0.3.46"
ipc-channel = "0.14"
libc = "0.2"
log = "0.4"
@@ -12,7 +12,7 @@ path = "lib.rs"

[dependencies]
background_hang_monitor = { path = "../background_hang_monitor"}
backtrace = "0.3"
backtrace = "0.3.46"
bluetooth_traits = { path = "../bluetooth_traits" }
canvas_traits = {path = "../canvas_traits"}
compositing = {path = "../compositing"}
@@ -32,7 +32,7 @@ serde_json = "1.0"
[dependencies]
accountable-refcell = {version = "0.2.0", optional = true}
app_units = "0.7"
backtrace = {version = "0.3", optional = true}
backtrace = {version = "0.3.46", optional = true}
base64 = "0.10.1"
bincode = "1"
bitflags = "1.0"
@@ -48,7 +48,7 @@ vslatestinstalled = ["libservo/vslatestinstalled"]
xr-profile = ["libservo/xr-profile"]

[target.'cfg(not(target_os = "android"))'.dependencies]
backtrace = "0.3"
backtrace = "0.3.46"
clipboard = "0.5"
euclid = "0.20"
getopts = "0.2.11"
@@ -13,7 +13,7 @@ test = false
bench = false

[dependencies]
backtrace = "0.3"
backtrace = "0.3.46"
env_logger = "0.7"
lazy_static = "1"
log = "0.4"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.