Skip to content

Commit

Permalink
Cargo.toml: v0.32.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Dec 17, 2024
1 parent 9d0143b commit 8003b93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "comrak"
version = "0.31.0"
version = "0.32.0"
authors = ["Asherah Connor <[email protected]>", "Brett Walker <[email protected]>", "gjtorikian"]
rust-version = "1.62.1"
description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter"
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fuzz/fuzz_targets/all_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use comrak::{
markdown_to_html, BrokenLinkReference, ExtensionOptions, ListStyleType, Options, ParseOptions,
RenderOptions, ResolvedReference,
};
use std::sync::{Arc, Mutex};
use std::sync::Arc;

fuzz_target!(|s: &str| {
let mut extension = ExtensionOptions::default();
Expand Down

0 comments on commit 8003b93

Please sign in to comment.