Closed indiv0 closed 7 years ago
Fix breaking changes introduced by the rust-peg library. Add serde library to provide config (de)serialization; necessary due to changes to the toml library. Update for changes to rust (AsRef for Cow<str>s). Update dependency versions in Cargo.lock.
AsRef
Cow<str>
Cargo.lock
I just realized this commit is branched off of my master and not yours. Dang it. I'll fix it.
Fix breaking changes introduced by the rust-peg library. Add serde library to provide config (de)serialization; necessary due to changes to the toml library. Update for changes to rust (
AsRef
forCow<str>
s). Update dependency versions inCargo.lock
.