blst-security / cherrybomb

Stop half-done APIs! Cherrybomb is a CLI tool that helps you avoid undefined user behaviour by auditing your API specifications, validating them and running API security tests.
https://www.blstsecurity.com/cherrybomb
Apache License 2.0
1.08k stars 78 forks source link

Failure while trying to install cherrybomb #80

Closed Arthurdw closed 1 year ago

Arthurdw commented 1 year ago

Describe the bug The application won't compile through cargo compile.

To Reproduce Steps to reproduce the behavior:

  1. Execute the cargo install cherrybomb command

Expected behavior A proper installation/compile

Screenshots image

Desktop (please complete the following information):

DeliciousBounty commented 1 year ago

@GuyL99 @RazMag

DeliciousBounty commented 1 year ago

Hello, Try to run Rust nightly by this command, it should work :) $ rustup install nightly