Merge branch 'main' of https://github.com/badboy/mdbook-last-changed
commit
ea94977ec5
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mdbook-last-changed"
|
name = "mdbook-last-changed"
|
||||||
version = "0.1.2"
|
version = "0.1.4"
|
||||||
description = "mdbook preprocessor to add the last modification date per page"
|
description = "mdbook preprocessor to add the last modification date per page"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
homepage = "https://github.com/badboy/mdbook-last-changed"
|
homepage = "https://github.com/badboy/mdbook-last-changed"
|
||||||
|
@ -8,10 +8,10 @@ repository = "https://github.com/badboy/mdbook-last-changed"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
mdbook = "0.4.21"
|
mdbook = "0.4.33"
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
clap = { version = "4.0.29", features = ["cargo"] }
|
clap = { version = "4.0.29", features = ["cargo"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
toml = "0.5.6"
|
toml = "0.5.11"
|
||||||
xshell = "0.2.2"
|
xshell = "0.2.2"
|
||||||
|
|
Loading…
Reference in New Issue