forked from tforgione/md2pdf
Upgrades tectonic, remove ignored cargo key, version bump
This commit is contained in:
parent
9eabebe99f
commit
6e60e0f8a0
|
@ -902,7 +902,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "md2pdf"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
dependencies = [
|
||||
"clap 4.0.7",
|
||||
"pulldown-cmark",
|
||||
|
|
|
@ -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"] }
|
||||
|
||||
|
|
Loading…
Reference in New Issue