Skip to content

Commit

Permalink
Merge pull request #529 from kivikakk/bw-refactor-html-output
Browse files Browse the repository at this point in the history
Refactor html output functions and bump MSRV to 1.65
  • Loading branch information
digitalmoksha authored Feb 17, 2025
2 parents 5349674 + 545419e commit 532d6e7
Show file tree
Hide file tree
Showing 4 changed files with 1,015 additions and 710 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Rust
on: [push, pull_request]

env:
MSRV: 1.62.1
MSRV: 1.65

jobs:
build_lib_test:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "comrak"
version = "0.35.0"
authors = ["Talya Connor <[email protected]>", "Brett Walker <[email protected]>", "gjtorikian"]
rust-version = "1.62.1"
rust-version = "1.65"
description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter"
documentation = "https://docs.rs/comrak"
homepage = "https://github.com/kivikakk/comrak"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Specify it as a requirement in `Cargo.toml`:
comrak = "0.35"
```

Comrak's library supports Rust <span class="msrv">1.62.1</span>+.
Comrak's library supports Rust <span class="msrv">1.65</span>+.

### CLI

Expand Down
Loading

0 comments on commit 532d6e7

Please sign in to comment.