feature: replace chars to parse 'cfg(...)' keys#10
Conversation
|
Please let me know how versioning should be managed here. I have included the |
|
The prerelease versioning is alright. However, CI checks are failing due to |
Extend `instantiate::REPLACE_CHARS` to parse `'cfg(...)'` keys that are common in `Cargo.toml` files.
7d38987 to
b12211d
Compare
Fixed with |
|
Thanks for the quick turn-around @facesthe! Any chance you could cut a new release? We'd like to use this fix in Anneal. |
|
I'll try to get a new release out by the end of the week |
|
Great, thanks! |
Extend
instantiate::REPLACE_CHARSto parse'cfg(...)'keys that are common inCargo.tomlfiles. Fixes #9.