chanced / jsonptr

JSON Pointer (RFC 6901) implementation for Rust
Apache License 2.0
43 stars 4 forks source link

Fix typo in std:error::Error support #1

Closed dwalker109 closed 1 year ago

dwalker109 commented 1 year ago

Use of the std feature currently fails to compile due to this typo.

chanced commented 1 year ago

Ugh, I'm sorry. I really need to setup hack + CI on this repo.

Thank you for the fix.

chanced commented 1 year ago

0.3.3 was cut. Thanks again.

dwalker109 commented 1 year ago

Ugh, I'm sorry. I really need to setup hack + CI on this repo.

Thank you for the fix.

Not at all - thanks for this nice impl. It's been super handy.

chanced commented 1 year ago

Awesome, glad to hear it!