File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -203,13 +203,13 @@ pub struct Config {
203203 pub suffix : Option < String > ,
204204 #[ serde( rename = "pinned-dependencies" ) ]
205205 pub pinned_dependencies : Option < Vec < String > > ,
206- #[ serde( rename = "bs-dependencies" ) ]
206+ #[ serde( rename = "dependencies" , alias = " bs-dependencies") ]
207207 pub bs_dependencies : Option < Vec < String > > ,
208- #[ serde( rename = "bs-dev-dependencies" ) ]
208+ #[ serde( rename = "bs-dev-dependencies" , alias = "dev-dependencies" ) ]
209209 pub bs_dev_dependencies : Option < Vec < String > > ,
210210 #[ serde( rename = "ppx-flags" ) ]
211211 pub ppx_flags : Option < Vec < OneOrMore < String > > > ,
212- #[ serde( rename = "bsc-flags" ) ]
212+ #[ serde( rename = "bsc-flags" , alias = "compiler-flags" ) ]
213213 pub bsc_flags : Option < Vec < OneOrMore < String > > > ,
214214 pub reason : Option < Reason > ,
215215 pub namespace : Option < NamespaceConfig > ,
You can’t perform that action at this time.
0 commit comments