metaplex-foundation / sugar

Candy Machine Rust CLI.
Apache License 2.0
203 stars 116 forks source link

[Bug]: Install error when installing cmv3 alpha 3 with crate #417

Closed alexajwhite closed 1 year ago

alexajwhite commented 1 year ago

Issue description

Error appears when trying to install the package from source using crate issue appears to be with the imported guard file.

Relevant log output

error[E0063]: missing field `allocation` in initializer of `mpl_candy_guard::guards::GuardSet`
   --> src/config/guard_data.rs:203:12
    |
203 |         Ok(mpl_candy_guard::guards::GuardSet {
    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `allocation`

Priority this issue should have

Medium (should be fixed soon)

samuelvanderwaal commented 1 year ago

@alexajwhite Is this issue still present?