From 6e60e0f8a089ffb02edd01e8d4e1658d3bdbe5a5 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sun, 2 Oct 2022 16:20:33 +0200 Subject: [PATCH] Upgrades tectonic, remove ignored cargo key, version bump --- Cargo.lock | 2 +- Cargo.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81ab646..428713a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -902,7 +902,7 @@ dependencies = [ [[package]] name = "md2pdf" -version = "0.0.1" +version = "0.0.2" dependencies = [ "clap 4.0.7", "pulldown-cmark", diff --git a/Cargo.toml b/Cargo.toml index e33fae9..7aa3621 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,18 +1,17 @@ [package] name = "md2pdf" -version = "0.0.2" +version = "0.0.3" authors = ["Thomas Forgione "] 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"] }