mirror of https://codeberg.org/topola/topola.git
cargo: rename vendor/ to vendored/
Clearer name: it is us who are vendoring, not some external party.
This commit is contained in:
parent
cf8a317f24
commit
296c2f7bc4
|
|
@ -42,4 +42,4 @@ default-features = false
|
||||||
features = ["bundled"]
|
features = ["bundled"]
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
contracts = { path = "vendor/contracts" }
|
contracts = { path = "vendored/contracts" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue