Skip to content

Commit 25b46bf

Browse files
committed
bump edition
1 parent c8dbd24 commit 25b46bf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org).
66

7+
## [0.3.1] - 2025-10-02
8+
9+
- Bump Rust edition to 2021.
10+
711
## [0.3.0] - 2025-10-02
812

913
- `windows-sys` dependency updated to version `0.61.0`.
@@ -34,6 +38,7 @@ This release encountered a publishing issue.
3438

3539
- Initial release.
3640

41+
[0.3.1]: https://github.com/sunshowers-code/enable-ansi-support/releases/tag/0.3.1
3742
[0.3.0]: https://github.com/sunshowers-code/enable-ansi-support/releases/tag/0.3.0
3843
[0.2.1]: https://github.com/sunshowers-code/enable-ansi-support/releases/tag/0.2.1
3944
[0.2.0]: https://github.com/sunshowers-code/enable-ansi-support/releases/tag/0.2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "enable-ansi-support"
33
description = "Enable ANSI escape code support on Windows 10"
44
version = "0.3.0"
5-
edition = "2018"
5+
edition = "2021"
66
license = "MIT"
77
readme = "README.md"
88
repository = "https://github.com/sunshowers-code/enable-ansi-support"

0 commit comments

Comments
 (0)