Closed finestructure closed 4 years ago
Thanks for pointing out this problem and providing a fix, @finestructure — I really appreciate it. My use of from
(unqualified >
) instead of upToMinor
(~>
) was an unintentional mistake. I decided to resolve this in two steps: first by pinning the dependency (6829676b0cefba7e653f0c72d6c958da53e4acee / 0.1.1) and then updating the dependency (d16f323b631cfcfd357b30ca4f95c5115d376efa / part of 0.2.0).
Just stumbled across this when trying to create a playground with CommonMarkAttributed String:
Not an issue in the repo itself because
CommonMark
is pinned to 0.2.2 but onswift package update
it would break, I believe.When using this repo here as a dependency, CommonMark will not be pinned and currently does not compile (unless manually pinned to 0.2.2 as well).