Nemo157 / maud-pulldown-cmark

An adapter to allow rendering strings as markdown inside a maud macro using pulldown-cmark efficiently.
Apache License 2.0
5 stars 2 forks source link

Update dependencies for maud #7

Closed TheNeikos closed 8 years ago

TheNeikos commented 8 years ago
---- markdown::Markdown<'a,&nbsp;I>::with_header_ids_0 stdout ----
    error: expected type, found `{`
 --> <std macros>:2:1
  |
2 | {
  | ^

https://travis-ci.org/Nemo157/maud-pulldown-cmark/jobs/162877275

This is part of the reason why I really dislike generating tests :P

Also, you cann use Maud 0.11 on stable anymore in any way due to it's #[feature] here

So that can be dropped as of now

Nemo157 commented 8 years ago

This is part of the reason why I really dislike generating tests :P

Well, half the problem is the tests only run with the nightly feature since that was needed for maud_macros. I really like rust generating doc tests since it ensures the examples are actually kept up to date (which is why skeptic is also used to generate tests from the readme and ensure those are kept up to date).

Also, you cann use Maud 0.11 on stable anymore in any way due to it's #[feature] here

Alright, since that's the case I'll drop the nightly feature and require nightly for developing. That will make everything much simpler :)

Nemo157 commented 8 years ago

Release 0.3.0 with the update, thanks 👍