badboy / iso8601

Parsing ISO8601 dates using nom
https://docs.rs/iso8601/
MIT License
74 stars 22 forks source link

Nom 2.0 #10

Closed badboy closed 7 years ago

badboy commented 7 years ago

This is a patch to enable compatibility with nom 2.0 It switches from the chain! macro to the nicer do_parse! macro, but otherwise remains unchanged.

This will not be merged until a nom 2.0 release is cut, at which point it will not point to the git version anymore (this means this branch will be force-pushed to, to remove that commit)

badboy commented 7 years ago

@not-a-robot r+

ghost commented 7 years ago

:pushpin: Commit 79075f4 has been approved by badboy

ghost commented 7 years ago

:hourglass: Testing commit 79075f4 with merge d4618e3...

ghost commented 7 years ago

:sunny: Test successful - status-travis Approved by: badboy Pushing d4618e38db11a720629472ec004180ddcfc7eadf to master...

Geal commented 7 years ago

🍾