change serde format for BigUint to use a hex string instead of an array of u32 chunks
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 28 Feb 2023 06:35:56 +0000 (22:35 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 28 Feb 2023 06:35:56 +0000 (22:35 -0800)
commit3a9ac87dc1447a75bda3063955d79eea27bf47f6
treef95fe64b2a2798e5e6f311ef668168de80cea380
parent7c5c32f310665cd1631ca0a39366b2c0d776ea21
change serde format for BigUint to use a hex string instead of an array of u32 chunks
register_allocator/src/loc_set.rs