forked from tforgione/md2pdf
Bump dependencies without breaking the build and bump MSRV and Rust edition
This commit is contained in:
parent
764f48ec48
commit
e15c3da583
File diff suppressed because it is too large
Load Diff
|
@ -3,14 +3,15 @@ name = "md2pdf"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = ["Thomas Forgione <thomas@forgione.fr>"]
|
authors = ["Thomas Forgione <thomas@forgione.fr>"]
|
||||||
description = "A small utility to convert markdown files to pdf exploiting tectonic."
|
description = "A small utility to convert markdown files to pdf exploiting tectonic."
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://gitea.tforgione.fr/tforgione/md2pdf"
|
repository = "https://gitea.tforgione.fr/tforgione/md2pdf"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
cargo = "1.64"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tectonic = "0.1.11"
|
tectonic = "0.5.2"
|
||||||
pulldown-cmark = "0.5.2"
|
pulldown-cmark = "0.5.3"
|
||||||
clap = "2.33.0"
|
clap = "2.34.0"
|
||||||
|
|
Loading…
Reference in New Issue