Unverified Commit f8df6cc6 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #312095 from r-ryantm/auto-update/pulldown-cmark

pulldown-cmark: 0.10.3 -> 0.11.0
parents d99f42db a6702e25
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

rustPlatform.buildRustPackage rec {
  pname = "pulldown-cmark";
  version = "0.10.3";
  version = "0.11.0";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-lJTMMXjuam872p+3+uesODd3s3/IJFg476AssikhI48=";
    hash = "sha256-1RE622jAtIxv9Jk6vMdm1djaaUCyNGXHIIela+WRubI=";
  };

  cargoHash = "sha256-P0Wem+iEnjq+iyJYw0QqwFQ7UuG/BMKEUernykjg44o=";
  cargoHash = "sha256-L1KPpLw1MEYDisVdPEO16ZvSRx/ya22oDReyS+hG5t4=";

  meta = {
    description = "A pull parser for CommonMark written in Rust";