Skip to content

Commit e38997a

Browse files
committed
Increase MSRV to 1.82
1 parent d9bc676 commit e38997a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
v0.4.0 (in development)
22
-----------------------
3-
- Increased MSRV to 1.81
3+
- Increased MSRV to 1.82
44
- Linux release artifacts are now built on Ubuntu 22.04 (up from Ubuntu 20.04),
55
which may result in a more recent glibc being required
66
- Added a `--json` option to `query-tracker`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "demagnetize"
33
version = "0.4.0-dev"
44
edition = "2021"
5-
rust-version = "1.81"
5+
rust-version = "1.82"
66
description = "Convert magnet links to .torrent files"
77
authors = ["John Thorvald Wodder II <demagnetize-rs@varonathe.org>"]
88
repository = "https://github.com/jwodder/demagnetize-rs"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
22
[![CI Status](https://github.com/jwodder/demagnetize-rs/actions/workflows/test.yml/badge.svg)](https://github.com/jwodder/demagnetize-rs/actions/workflows/test.yml)
33
[![codecov.io](https://codecov.io/gh/jwodder/demagnetize-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/jwodder/demagnetize-rs)
4-
[![Minimum Supported Rust Version](https://img.shields.io/badge/MSRV-1.81-orange)](https://www.rust-lang.org)
4+
[![Minimum Supported Rust Version](https://img.shields.io/badge/MSRV-1.82-orange)](https://www.rust-lang.org)
55
[![MIT License](https://img.shields.io/github/license/jwodder/demagnetize-rs.svg)](https://opensource.org/licenses/MIT)
66

77
[GitHub](https://github.com/jwodder/demagnetize-rs) | [crates.io](https://crates.io/crates/demagnetize) | [Issues](https://github.com/jwodder/demagnetize-rs/issues) | [Changelog](https://github.com/jwodder/demagnetize-rs/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)