зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1770894 - Update in-tree crates to bindgen 0.59. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D147221
This commit is contained in:
Родитель
0f7d648b3b
Коммит
7b06b12d90
|
@ -338,7 +338,7 @@ version = "1.1.0"
|
|||
name = "baldrdash"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bindgen 0.56.999",
|
||||
"bindgen 0.59.2",
|
||||
"cranelift-codegen",
|
||||
"cranelift-wasm",
|
||||
"env_logger",
|
||||
|
@ -1921,7 +1921,7 @@ name = "gecko-profiler"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bincode",
|
||||
"bindgen 0.56.999",
|
||||
"bindgen 0.59.2",
|
||||
"lazy_static",
|
||||
"mozbuild",
|
||||
"profiler-macros",
|
||||
|
@ -2428,7 +2428,7 @@ name = "http3server"
|
|||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"base64 0.10.1",
|
||||
"bindgen 0.56.999",
|
||||
"bindgen 0.59.2",
|
||||
"log",
|
||||
"mio 0.6.23",
|
||||
"mio-extras",
|
||||
|
@ -3351,7 +3351,7 @@ dependencies = [
|
|||
name = "mozilla-central-workspace-hack"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bindgen 0.56.999",
|
||||
"bindgen 0.59.2",
|
||||
"libc",
|
||||
"quote",
|
||||
"serde",
|
||||
|
@ -4894,7 +4894,7 @@ dependencies = [
|
|||
"app_units",
|
||||
"arrayvec 0.5.2",
|
||||
"atomic_refcell",
|
||||
"bindgen 0.56.999",
|
||||
"bindgen 0.59.2",
|
||||
"bitflags",
|
||||
"byteorder",
|
||||
"cssparser",
|
||||
|
|
|
@ -32,7 +32,7 @@ serde = { features = ["default", "derive", "rc", "serde_derive", "std"], version
|
|||
serde_derive = { features = ["default", "deserialize_in_place"], version = "1.0.66" }
|
||||
quote = { features = ["default", "proc-macro"], version = "1.0" }
|
||||
libc = { features = ["default", "std", "use_std"], version = "0.2" }
|
||||
bindgen = { default-features = false, features = ["runtime"], version = "0.56" }
|
||||
bindgen = { default-features = false, features = ["runtime"], version = "0.59" }
|
||||
|
||||
[target."cfg(windows)".dependencies.winapi]
|
||||
version = "0.3.6"
|
||||
|
|
|
@ -16,7 +16,7 @@ env_logger = "0.8"
|
|||
smallvec = "1.0"
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = {version = "0.56", default-features = false} # disable `logging` to reduce code size
|
||||
bindgen = {version = "0.59", default-features = false} # disable `logging` to reduce code size
|
||||
mozbuild = "0.1"
|
||||
|
||||
[features]
|
||||
|
|
|
@ -22,7 +22,7 @@ features = ["gecko"]
|
|||
|
||||
# Make sure to use bindgen's runtime-loading of libclang, as it allows for a wider range of clang versions to be used
|
||||
[build-dependencies]
|
||||
bindgen = {version = "0.56", default-features = false, features = ["runtime"] }
|
||||
bindgen = {version = "0.59", default-features = false, features = ["runtime"] }
|
||||
|
||||
[[bin]]
|
||||
name = "http3server"
|
||||
|
|
|
@ -81,7 +81,7 @@ gecko-profiler = { path = "../../../tools/profiler/rust-api" }
|
|||
[build-dependencies]
|
||||
lazy_static = "1"
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
bindgen = {version = "0.56", optional = true, default-features = false}
|
||||
bindgen = {version = "0.59", optional = true, default-features = false}
|
||||
regex = {version = "1.0", optional = true, default-features = false, features = ["perf", "std"]}
|
||||
walkdir = "2.1.4"
|
||||
toml = {version = "0.4.5", optional = true, default-features = false}
|
||||
|
|
|
@ -13,7 +13,7 @@ mozbuild = "0.1"
|
|||
|
||||
[build-dependencies]
|
||||
lazy_static = "1"
|
||||
bindgen = {version = "0.56", default-features = false}
|
||||
bindgen = {version = "0.59", default-features = false}
|
||||
mozbuild = "0.1"
|
||||
|
||||
[features]
|
||||
|
|
Загрузка…
Ссылка в новой задаче