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

pulldown-cmark: 0.10.2 -> 0.10.3
This commit is contained in:
Aleksana 2024-04-26 16:20:37 +08:00 committed by GitHub
commit a8ec32f743
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "pulldown-cmark";
version = "0.10.2";
version = "0.10.3";
src = fetchCrate {
inherit pname version;
hash = "sha256-jRQ2BnaElhciyBPQiHw680uFC6FXs+rP8rJGWH5ZbCc=";
hash = "sha256-lJTMMXjuam872p+3+uesODd3s3/IJFg476AssikhI48=";
};
cargoHash = "sha256-UsdssFfy7cTM0wrfLDLrzbKudB5vqFINInJAteH5OTk=";
cargoHash = "sha256-P0Wem+iEnjq+iyJYw0QqwFQ7UuG/BMKEUernykjg44o=";
meta = {
description = "A pull parser for CommonMark written in Rust";