Skip to content

Commit 694c34f

Browse files
committed
Downgrade pulldown-cmark to 0.9.6; bump some others
This commit downgrades `pulldown-cmark` from 0.13.0 to 0.9.6 in `Cargo.toml` and `Cargo.lock`. 0.9.6 is the latest 0.9.* version of `pulldown-cmark`. Going to 0.10.* or higher would require code changes to be able to build, and further changes to preserve correct functionality. It is currently uncertain what those further changes must be. For details, see the discussion in: GitoxideLabs#54 This commit also upgrades `jiff` from 0.2.8 to 0.2.9, and upgrades `signal-hook-registry` (in `Cargo.lock` only) from 1.4.2 to 1.4.5.
1 parent 919acc2 commit 694c34f

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

Cargo.lock

Lines changed: 8 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ crates-index = { version = "3.5.0", default-features = false, features = ["git-p
3636
cargo_toml = "0.22.1"
3737
winnow = "0.7.6"
3838
git-conventional = "0.12.0"
39-
jiff = "0.2.8"
40-
pulldown-cmark = "0.13.0"
39+
jiff = "0.2.9"
40+
pulldown-cmark = "0.9.6"
4141
bitflags = "2"
4242

4343
[dev-dependencies]

0 commit comments

Comments
 (0)