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 #5

Closed TheNeikos closed 8 years ago

TheNeikos commented 8 years ago

To be able to use the Traits exported from Maud they need to be of the same Crate version. I've updated the dependencies so it works again now.

Nemo157 commented 8 years ago

You need to also update Cargo.release.toml to match (hacky workaround till Cargo supports having dev-dependencies enabled via feature flags).

TheNeikos commented 8 years ago

Alright! I've updated that to match Cargo.toml

Edit: It seems that it errors for some reason... Seems unclear why to me though

Nemo157 commented 8 years ago

Yeah, it's not the greatest of checks... Probably errors because the version isn't updated in the release file.

TheNeikos commented 8 years ago

I did update it!

Nemo157 commented 8 years ago

I mean the version = 0.2.0 line.

Nemo157 commented 8 years ago

I just pushed an improvement to the check on master, you could rebase and it should give a usable error message now.

TheNeikos commented 8 years ago

I see now what you meant, I fixed that as well.

Nemo157 commented 8 years ago

Cool, thanks a lot :)

Nemo157 commented 8 years ago

And pushed 0.2.2 to https://crates.io/crates/maud-pulldown-cmark now (had a couple small issues with my auto-packaging script).

TheNeikos commented 8 years ago

Awesome!