Skip to content

Commit

Permalink
Update rust edition (#19)
Browse files Browse the repository at this point in the history
* chore: update to Rust 2021 edition
* chore: Prepare v4.0.0
  • Loading branch information
KevinGimbel committed Nov 15, 2023
1 parent fe1bdd6 commit 4bfc591
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.0.0

- use Rust Edition 2021 (upgrade from 2018)

## v3.3.0

- refactor `make_toc` function for easier third-party integration [#13](https://github.com/KevinGimbel/mktoc/issues/13)
Expand All @@ -22,4 +26,4 @@
## v3.0.0

- Implement JSON settings
- Add build for GitHub Binary releases
- Add build for GitHub Binary releases
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name = "mktoc"
description = "Generate Table of Contents from Markdown files"
license = "MIT"
version = "3.3.0"
version = "4.0.0"
authors = ["Kevin Gimbel <hallo@kevingimbel.com>"]
edition = "2018"
edition = "2021"
repository = "https://github.com/kevingimbel/mktoc"
exclude = [".github", "assets", "helpers", "tests", ".gitignore", "Makefile"]
rust-version = "1.64.0"
Expand Down

0 comments on commit 4bfc591

Please sign in to comment.