Skip to content

Commit

Permalink
chore: update jotdown to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Aug 30, 2024
1 parent bb16240 commit e7c0e06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ authors = ["Ryan Brue <[email protected]>"]
repository = "https://github.com/ryanabx/djot-ssg"
license = "MIT"
readme = "README.dj"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
description = "Plain and simple static site generator for Djot markup"

[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.16", features = ["derive"] }
env_logger = "0.11.5"
jotdown = "0.4.1"
jotdown = "0.5.0"
log = "0.4.22"
thiserror = "1.0.63"
walkdir = "2.5.0"
Expand Down

0 comments on commit e7c0e06

Please sign in to comment.