Skip to content

Commit

Permalink
Enable default features for pulldown-cmark-mdcat
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Apr 19, 2023
1 parent 77c26e1 commit b5c9002
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Use `cargo release` to create a new release.

## [Unreleased]

### Fixed
- Correctly enable SVG rendering and image processing by default in `mdcat`

## [2.0.1] – 2023-04-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ system_proxy = { version = "0.3.2", default-features = false }
# Our own crates; pinned to an exact version because we release all of this repo
# in a single version. cargo release takes care of updating these.
mdcat-http-reqwest = { version = "=2.0.1", path = "mdcat-http-reqwest", default-features = false}
pulldown-cmark-mdcat = { version = "=2.0.1", path = "pulldown-cmark-mdcat", default-features = false }
pulldown-cmark-mdcat = { version = "=2.0.1", path = "pulldown-cmark-mdcat" }

[dev-dependencies]
pretty_assertions = "1.3.0"
Expand Down

0 comments on commit b5c9002

Please sign in to comment.