You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-08-13T11:57:07.324305Z ERROR ❌ error
error from build pipeline
Caused by:
0: error getting cargo metadata
1: `cargo metadata` exited with an error: Updating crates.io index
error: failed to select a version for `yew_icons`.
... required by package `kony-web v0.1.0 (/home/kony/Documents/kony_clowning_2/tailwind-yew)`
versions that meet the requirements `^0.8` (locked to 0.8.0) are: 0.8.0
the package `kony-web` depends on `yew_icons`, with features: `BOOTSTRAP_DISCORD` but `yew_icons` does not have these features.
failed to select a version for `yew_icons` which could resolve this conflict
Notes:
I dont have any more errors
Downgrading yew_icons doesnt help.
I would appreciate any help. Thanks in advance and I appologise if I am making some silly mistake
The text was updated successfully, but these errors were encountered:
Found a solution! Had to change "BOOTSTRAP_DISCORD" => "BootstrapDiscord". Please consider changing all names in the gallery to match this format that actually works. I find this quite misleading and poorly executed.
Thanks for reporting this. I am changing to UPPER_SNAKE_CASE on the constants_not_enum branch via #14. The GitHub workflow was misconfigured to deploy the GitHub pages gallery site from any commit, including on a pull request branch. I'm attempting to reconfigure it to only deploy the gallery from commits to main.
Hi! This is probably my inexperience but I have encountered an issue where I am unable to use any of the icons.
Here is my Cargo.toml file:
My navbar.rs:
Error in terminal:
Notes:
I would appreciate any help. Thanks in advance and I appologise if I am making some silly mistake
The text was updated successfully, but these errors were encountered: