Skip to content

Commit 6c0f14a

Browse files
authored
Upgrade rlang dependency to >= 1.0.0 (#4800)
1 parent 488e5fb commit 6c0f14a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Imports:
4040
lifecycle,
4141
MASS,
4242
mgcv,
43-
rlang (>= 0.4.10),
43+
rlang (>= 1.0.0),
4444
scales (>= 0.5.0),
4545
stats,
4646
tibble,

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ggplot2 (development version)
22

3+
* Require rlang >= 1.0.0 (@billybarc, #4797)
4+
35
* `geom_violin()` no longer issues "collapsing to unique 'x' values" warning
46
(@bersbersbers, #4455)
57

0 commit comments

Comments
 (0)