Upgrades tectonic, remove ignored cargo key, version bump

This commit is contained in:
Thomas Forgione 2022-10-02 16:20:33 +02:00
parent 9eabebe99f
commit 6e60e0f8a0
2 changed files with 3 additions and 4 deletions

2
Cargo.lock generated
View File

@ -902,7 +902,7 @@ dependencies = [
[[package]]
name = "md2pdf"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"clap 4.0.7",
"pulldown-cmark",

View File

@ -1,18 +1,17 @@
[package]
name = "md2pdf"
version = "0.0.2"
version = "0.0.3"
authors = ["Thomas Forgione <thomas@forgione.fr>"]
description = "A small utility to convert markdown files to pdf exploiting tectonic."
edition = "2021"
license = "MIT"
repository = "https://gitea.tforgione.fr/tforgione/md2pdf"
readme = "README.md"
cargo = "1.64"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tectonic = "0.5.2"
tectonic = "0.9"
pulldown-cmark = "0.5.3"
clap = { version = "4.0.7", features = ["cargo"] }