mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-23 08:22:41 +03:00
18ef99b1e0
Using `cp --no-preserve mode` ends up losing the executable bit of previously compiled build scripts. Instead we should ignore the file ownership, and subsequently make the files writable (since the store is read only)
11 lines
150 B
TOML
11 lines
150 B
TOML
[package]
|
|
name = "deps-with-buildscript-perms"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
members = ["inner"]
|
|
|
|
[dependencies]
|
|
futures = "0.3.25"
|