]> git.proxmox.com Git - pxar.git/commit
drop custom poll_fn, require rust 1.64
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 13 Jan 2023 12:37:17 +0000 (13:37 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 13 Jan 2023 12:37:43 +0000 (13:37 +0100)
commit6ad046f9f92b40413f59cc5f4c23d2bafdf141f2
tree264302dfa0143dd6acf367baa7869a1192f2d9e5
parent375865b72968822b1f0dad3e40faae487f9d7148
drop custom poll_fn, require rust 1.64

this was added to std in 1.64

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/decoder/mod.rs
src/encoder/mod.rs
src/lib.rs
src/poll_fn.rs [deleted file]