Skip to content

Commit db0e6ce

Browse files
committed
misc: revert msrv/edition bump; tooling doesn't support it yet
1 parent 7d6acc4 commit db0e6ce

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
### New
88

9-
* Bump MSRV `1.85`
10-
* Bump edition `2024`
119
* `Toc::ctdb_url`
1210
* `Toc::musicbrainz_url`
1311

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "cdtoc"
33
version = "0.7.0"
44
authors = ["Josh Stoik <josh@blobfolio.com>"]
5-
edition = "2024"
6-
rust-version = "1.85"
5+
edition = "2021"
6+
rust-version = "1.83"
77
description = "Parser and tools for CDTOC metadata tags."
88
license = "WTFPL"
99
repository = "https://github.com/Blobfolio/cdtoc"

0 commit comments

Comments
 (0)