Skip to content

Commit 07819c2

Browse files
committed
Cargo.toml: Updated Rust edition from "2021" to "2024"
Also added `edition = "2024"` to `.rustfmt.toml`.
1 parent f3da575 commit 07819c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
edition = "2024"
12
hard_tabs = true
23
newline_style = "Unix"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "locale-match"
33
version = "0.2.3"
44
authors = ["Petr Aleksandrovich Sabanov <pasabanov@murena.io>"]
5-
edition = "2021"
5+
edition = "2024"
66
description = "A small library for selecting the best match for user's preferred locales from available locales."
77
repository = "https://github.com/pasabanov/locale-match"
88
license = "LGPL-3.0-or-later"

0 commit comments

Comments
 (0)