Skip to content

Commit d4df0f3

Browse files
committed
deps(fluent-pseudo): Limit regex crate version to maintain msrv status quo
1 parent 2de8fc0 commit d4df0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent-pseudo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ include = [
2424
]
2525

2626
[dependencies]
27-
regex = "1"
27+
regex = "1.9"

0 commit comments

Comments
 (0)