From 8fb99a25e8a10464c5d01b861e593b86f6cd22a0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 13 Oct 2024 20:46:27 +0000 Subject: [PATCH] Publish mask-parser v0.2.2 --- Cargo.lock | 2 +- mask-parser/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edb20bf..99be955 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -314,7 +314,7 @@ dependencies = [ [[package]] name = "mask-parser" -version = "0.2.1" +version = "0.2.2" dependencies = [ "pulldown-cmark", "serde", diff --git a/mask-parser/Cargo.toml b/mask-parser/Cargo.toml index 10d3c91..8169081 100644 --- a/mask-parser/Cargo.toml +++ b/mask-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mask-parser" -version = "0.2.1" +version = "0.2.2" description = "A parser for the maskfile.md format" authors = ["Jacob Deichert "] repository = "https://github.com/jacobdeichert/mask"