-
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #529 from kivikakk/bw-refactor-html-output
Refactor html output functions and bump MSRV to 1.65
- Loading branch information
Showing
4 changed files
with
1,015 additions
and
710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Rust | |
on: [push, pull_request] | ||
|
||
env: | ||
MSRV: 1.62.1 | ||
MSRV: 1.65 | ||
|
||
jobs: | ||
build_lib_test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.