I have updated my cargo dependencies, and now i have this strange compilation error, maybe due to Pumpkin
My cargo toml is good (i think?)
[package]
name = "pumpkin_plugin"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
pumpkin = { git = "https://github.com/Pumpkin-MC/Pumpkin.git", branch = "master", package = "pumpkin" }
pumpkin-util = { git = "https://github.com/Pumpkin-MC/Pumpkin.git", branch = "master", package = "pumpkin-util" }
pumpkin-api-macros = { git = "https://github.com/Pumpkin-MC/Pumpkin.git", branch = "master", package = "pumpkin-api-macros" }
tokio = "1.48"
log = "0.4"
async-trait = "0.1.89"
rand = "0.8.5"