Skip to content

Commit eee924b

Browse files
committed
deps(fluent-pseudo): Bump MSRV to 1.65.0 to for fresh dependencies
This is still lower than the workspace MSRV for the other main crates (which is 1.67.0 as of now) so 1.65.0 shouldn't be a hinderance to anybody and allows current versions of both regex and once_cell.
1 parent 2eb07ff commit eee924b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fluent-pseudo/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ a localization system designed to unleash the entire expressive power of natural
66
"""
77
version = "0.3.2"
88
edition.workspace = true
9-
rust-version = "1.64.0"
9+
rust-version = "1.65.0"
1010
homepage.workspace = true
1111
repository.workspace = true
1212
license.workspace = true
@@ -24,5 +24,5 @@ include = [
2424
]
2525

2626
[dependencies]
27-
regex = "1.9"
28-
once_cell = "1.20"
27+
regex = "1.11"
28+
once_cell = "1.21"

0 commit comments

Comments
 (0)