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.

Home Page:https://www.blstsecurity.com/cherrybomb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failure while trying to install cherrybomb

Arthurdw opened this issue · comments

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):

  • OS: Linux compooter 5.15.65-1-MANJARO #1 SMP PREEMPT Mon Sep 5 10:15:47 UTC 2022 x86_64 GNU/Linux

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