cargo: rename vendor/ to vendored/

Clearer name: it is us who are vendoring, not some external party.
This commit is contained in:
Mikolaj Wielgus 2024-02-18 20:51:06 +00:00
parent cf8a317f24
commit 296c2f7bc4
26 changed files with 1 additions and 1 deletions

View File

@ -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" }