You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
copy_dir is quite outdated and tends to introduce a duplicate dependency on walkdir.
We can either ship a compressed version of the code, which is then uncompressed instead of copying the source directory.
Or switch to a different dependency like fs-extra.
See libquickjs-sys/build.rs.
The text was updated successfully, but these errors were encountered:
copy_dir
is quite outdated and tends to introduce a duplicate dependency onwalkdir
.We can either ship a compressed version of the code, which is then uncompressed instead of copying the source directory.
Or switch to a different dependency like
fs-extra
.See
libquickjs-sys/build.rs
.The text was updated successfully, but these errors were encountered: