diff options
| author | ruki <[email protected]> | 2022-04-01 00:54:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-01 00:54:15 +0800 |
| commit | 064a55f2639510ef34e967ce64589531bab1afc6 (patch) | |
| tree | 25f9f1f62e6e226f0a005ff21b628a21de00a10f | |
| parent | 06b374d6f1eb4b97f81dbcf9f5d528e3767981a1 (diff) | |
remove spaces
| -rw-r--r-- | xmake/modules/package/manager/cargo/find_package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/cargo/find_package.lua b/xmake/modules/package/manager/cargo/find_package.lua index fa7105be5..08b3acb39 100644 --- a/xmake/modules/package/manager/cargo/find_package.lua +++ b/xmake/modules/package/manager/cargo/find_package.lua @@ -32,7 +32,7 @@ import("lib.detect.find_file") -- @param opt the options, e.g. {verbose = true, require_version = "1.12.x") -- function main(name, opt) - + -- Rust packages like actix-web will produce a file named actix_web-<...> name = name:gsub("-", "_") |
