simply parse unknown json-strings as strings instead of erroring
This commit is contained in:
parent
a2c427470b
commit
a3f7fea36c
@ -32,7 +32,7 @@ pub struct Dependency {
|
||||
optional: bool,
|
||||
uses_default_features: bool,
|
||||
features: Vec<String>,
|
||||
target: Option<()>,
|
||||
target: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(RustcDecodable, Debug)]
|
||||
|
Loading…
Reference in New Issue
Block a user