hjson / hjson-rust

Hjson for Rust
https://hjson.github.io/
MIT License
97 stars 31 forks source link

update regex to a more recent version #7

Closed Ragnaroek closed 5 years ago

vorner commented 5 years ago

Hello.

I would also appreciate this. Would it be possible to merge & release?

Ragnaroek commented 5 years ago

Is this project dead?

lucksus commented 5 years ago

Yep, I need this as well.

The old regex version depends on an old memchr that does not compile to WebAssembly. serde_hjson is used in config which is used in a lot of crates that all can't comile to WASM because serde_hjson's dependencies are fixed to >2 year old versions.

Please hit merge and create a new release :)

dqsully commented 5 years ago

Sorry about the delay. This looks good.

dqsully commented 5 years ago

Alright, it's released under version 0.82

lucksus commented 5 years ago

Great! Thank you, @dqsully :)