Dan Miller

Results 22 issues of Dan Miller

I was doing development normally today, invoking ~10 builds/hour using buckle, and eventually Buckle broke: ``` $ buckle Error: invalid type: map, expected a sequence at line 1 column 0...

With this patch I am able to run the following command in a non-fbcode buck project and get a functioning `rust-project.json` file: ``` rust-project develop --prefer-rustup-managed-toolchain //my:target ``` Fixes #519

CLA Signed