未验证 提交 47c21631 编写于 作者: B Bert Belder

build: enable 'derive' feature of 'serde' crate

上级 0809b06a
......@@ -1021,6 +1021,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "serde"
version = "1.0.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde_derive"
......
......@@ -1153,8 +1153,17 @@ rust_rlib("serde") {
source_root = "$cargo_home/registry/src/github.com-1ecc6299db9ec823/serde-1.0.99/src/lib.rs"
features = [
"default",
"derive",
"serde_derive",
"std",
]
extern = [
{
label = ":serde_derive"
crate_type = "proc_macro"
crate_name = "serde_derive"
},
]
# Added by custom-build script.
cfg = [
......
......@@ -37,7 +37,7 @@ regex = "1.2.1"
remove_dir_all = "0.5.2"
ring = "~0.14.6"
rustyline = "5.0.2"
serde = "1.0.99"
serde = { version = "1.0.99", features = ["derive"] }
serde_derive = "1.0.99"
serde_json = { version = "1.0.40", features = [ "preserve_order" ] }
source-map-mappings = "0.5.0"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册