01-edu / public

📚 @01-edu's Public Repository
http://public.01-edu.org/
196 stars 424 forks source link

events subject #2584

Closed mikkadler closed 1 month ago

mikkadler commented 1 month ago

events

error: package colored v2.1.0 cannot be built because it requires rustc 1.70 or newer, while the currently active rustc version is 1.68.2 Either upgrade to rustc 1.70 or newer, or use cargo update -p colored@2.1.0 --precise ver where ver is the latest version of colored supporting rustc 1.68.2

This error seems to originate from the events_test side and how the Cargo.toml is defined there. Please update rust version or update toml file to include proper version of colored.

nprimo commented 1 month ago

Hi @mikkadler, thank you for the feedback. I will close this issue since it's a duplicate of this one