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"