summary refs log tree commit diff
path: root/gnu/packages/patches/mrustc-0.8.0-fix-variable-length-integer-receiving.patch
AgeCommit message (Collapse)Author
2020-01-21gnu: mrustc: Update to 0.8.1.Danny Milosavljevic
* gnu/packages/patches/mrustc-0.8.0-fix-variable-length-integer-receiving.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/rust.scm (mrustc): Update to 0.8.1. [source](patches): Remove it. [native-inputs]: Add zlib.
2019-02-13gnu: mrustc: Fix deserialization bug in communication with the proceduralDanny Milosavljevic
macro compiler plugin. * gnu/packages/patches/mrustc-0.8.0-fix-variable-length-integer-receiving.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/rust.scm (mrustc)[source]: Use it. Co-authored-by: Chris Marusich <cmmarusich@gmail.com>