We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3da575 commit 07819c2Copy full SHA for 07819c2
.rustfmt.toml
@@ -1,2 +1,3 @@
1
+edition = "2024"
2
hard_tabs = true
3
newline_style = "Unix"
Cargo.toml
@@ -2,7 +2,7 @@
name = "locale-match"
version = "0.2.3"
4
authors = ["Petr Aleksandrovich Sabanov <pasabanov@murena.io>"]
5
-edition = "2021"
6
description = "A small library for selecting the best match for user's preferred locales from available locales."
7
repository = "https://github.com/pasabanov/locale-match"
8
license = "LGPL-3.0-or-later"
0 commit comments