Eliminate default features for JSON samples (#3012)
This commit is contained in:
Родитель
f850dcbf64
Коммит
4fcb8d78ff
|
@ -8,8 +8,8 @@ publish = false
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
jsonschema = "0.17"
|
||||
serde_json = "1.0"
|
||||
jsonschema = { version = "0.17", default-features = false }
|
||||
serde_json = {version = "1.0", default-features = false }
|
||||
|
||||
[dependencies.windows]
|
||||
path = "../../../libs/windows"
|
||||
|
|
|
@ -9,8 +9,8 @@ name = "sample"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
jsonschema = "0.17"
|
||||
serde_json = "1.0"
|
||||
jsonschema = { version = "0.17", default-features = false }
|
||||
serde_json = {version = "1.0", default-features = false }
|
||||
|
||||
[dependencies.windows]
|
||||
path = "../../../libs/windows"
|
||||
|
|
Загрузка…
Ссылка в новой задаче