File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Package: fs
22Title: Cross-Platform File System Operations Based on 'libuv'
3- Version: 1.9000
3+ Version: 2.0.0
44Authors@R: c(
55 person("Jim", "Hester", role = "aut"),
66 person("Hadley", "Wickham", role = "aut"),
Original file line number Diff line number Diff line change 11# fs 2.0.0
22
3- * On Linux it is now recommended to build against your system version of libuv.
4- The envvar USE_BUNDLED_LIBUV can be used to build a static version instead.
3+ * On Linux we now build against the system version of libuv if available.
4+ Set envvar USE_BUNDLED_LIBUV to force building a static version instead.
55
6- * Vendored version of libuv was updated to 1.52.0. This version now requires
7- cmake to build.
6+ * Vendored version of libuv was updated to 1.52.0. This version now uses
7+ cmake instead of autotools to build.
88
99# fs 1.6.7
1010
You can’t perform that action at this time.
0 commit comments