Skip to content

Fix Cache trait impl for SimpleCache#74

Open
RogueMacro wants to merge 1 commit intomufeedvh:mainfrom
RogueMacro:main
Open

Fix Cache trait impl for SimpleCache#74
RogueMacro wants to merge 1 commit intomufeedvh:mainfrom
RogueMacro:main

Conversation

@RogueMacro
Copy link

The commit 8e3d2a1 (updating the pdf dependency from 0.8.1 to 0.9.0) introduced a compilation error, because a clear(&self) function was added to the pdf::file::Cache trait. This trait is implemented by cracker::SimpleCache.

I have tested said commit and the previous, and looked at the pdf crate source code. It looks like the function was added in 0.9.1, so the alternative would be to lock the pdf version to 0.9.0. This should be an easy fix though.

Related issue: #73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant