Updated pukram2html version; ignore equal signs

This commit is contained in:
p11 2025-01-25 08:15:52 +01:00
parent 53fcce09db
commit 277ecbad00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -139,9 +139,9 @@ dependencies = [
[[package]] [[package]]
name = "pukram2html" name = "pukram2html"
version = "0.2.0" version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fec89f9fe167643f6b589e71c424defb8c5913f4bae9f4255b00cef51158fd2" checksum = "9e14a704aeb181e73dca0e49a28fa42a62e3ef7fbaa8eb889c3e3a1a9faa234e"
dependencies = [ dependencies = [
"pukram-formatting", "pukram-formatting",
] ]

View File

@ -6,6 +6,6 @@ edition = "2021"
[dependencies] [dependencies]
percent-encoding = "2.3" percent-encoding = "2.3"
maud = "0.25.0" maud = "0.25.0"
pukram2html = "0.2.0" pukram2html = "0.3.0"
data-stream = "0.2.0" data-stream = "0.2.0"
threadpool = "1.8.1" threadpool = "1.8.1"