rust-cookbook icon indicating copy to clipboard operation
rust-cookbook copied to clipboard

Convert u8 to char (necessary since rand 0.8)

Open djc opened this issue 3 years ago • 1 comments

This fixes one breaking skeptic test due to a change in the type of Alphanumeric between rand 0.7 and rand 0.8.

djc avatar Mar 17 '21 12:03 djc

I think this PR needs to be merged. I could not understand why the checks failed. The trace seems to be from something unrelated.

v-i-s-h avatar Jul 05 '22 13:07 v-i-s-h