Results 6 issues of aftix

Trying to run the code ```rust let mut chart = ChartBuilder::on(&root) .caption( "Mercury Latent Heat of Vaporization", ("Inconsolata", 50).into_font(), ) .margin(5) .x_label_area_size(30) .y_label_area_size(30) .build_cartesian_2d(500f32..700f32, 48000f32..64000f32)?; ``` with any font name...

Updated the version of rand_core and rand.

Added stylix target for tofi, a wayland dmenu alternative. Based off the existing rofi target.

In NewPipe, the channel page has a link to the channel's RSS feed (generated by youtube themselves). This PR adds that link to the channels page (re-using the existing subscriptions...

https://github.com/tmiasko/shell-words/pull/16 was merged 8 months ago, but hasn't been released to crates.io, which is causing this issue: https://github.com/fdncred/nu_plugin_strutils/issues/14 .

It would be nice (for the library-part at least) to document/enforce a minimum supported rust version somewhere.