eminence / procfs

Rust library for reading the Linux procfs filesystem
Other
367 stars 106 forks source link

fix CI #205

Closed tatref closed 2 years ago

tatref commented 2 years ago

once_cell upgraded to edition 2021, so Rust 1.48 can't compile it anymore See https://github.com/matklad/once_cell/commit/b68bee9c56820dad7ad50b8e2a3b7be3fc690a53

Removed assert on poolsize, because recent kernel versions changed this See https://unix.stackexchange.com/questions/704737/kernel-5-10-119-caused-the-values-of-proc-sys-kernel-random-entropy-avail-and-p

iana-time-zone v0.1.50 not yet release to crates.io to fix check (1.48.0), see https://github.com/strawlab/iana-time-zone/commit/0c296b55f5197840ad341576bab877b807d1bd42

eminence commented 2 years ago

Sorry, there's a conflict here because I just merged #202 (which touches lines next to the lines you touched)

eminence commented 2 years ago

Thanks @tatref for this PR, and for tracking down all the current failures! It looks like the iana-time-zone changes are making good progress, so I suspect those will be released fairly soon

eminence commented 2 years ago

Oh sorry, the iana-time-zone changes are already released, so this PR is good to go, once the conflicts are fixed

tatref commented 2 years ago

Just rebased the PR, CI is good now!