Skip to content

Commit 6c17b45

Browse files
only use CRAN-released versions
1 parent 2fec320 commit 6c17b45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Description:
88
Imports:
99
backports,
1010
cli,
11-
enc (>= 0.1-10),
11+
enc (>= 0.2),
1212
magrittr,
1313
purrr (>= 0.2.3),
1414
rematch2,

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a maintenance release without any breaking API changes.
1111
~2x as fast [(#348)](https://github.com/tidyverse/tibble/pull/348). Hence,
1212
styler now depends on `tibble >= 1.4.2`.
1313
* In the dependency `enc`, a bug was fixed that removed/changed non-ASCII
14-
characters. Hence, styler now depends on `enc >= 0.1-10` (#348).
14+
characters. Hence, styler now depends on `enc >= 0.2` (#348).
1515

1616
## Minor changes
1717

0 commit comments

Comments
 (0)