diff options
| author | ruki <[email protected]> | 2022-05-29 21:42:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-29 21:42:51 +0800 |
| commit | 84b9cec88fb56eba8c143ee6728caa6654f56df0 (patch) | |
| tree | 884f221f5216884840c45e071251187810820238 | |
| parent | aece4a4c909ba4d1f88f4d0655aedd725df0ac81 (diff) | |
fix cargo
| -rw-r--r-- | xmake/modules/package/manager/cargo/install_package.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/package/manager/cargo/install_package.lua b/xmake/modules/package/manager/cargo/install_package.lua index c57a9c0b0..23955b1cc 100644 --- a/xmake/modules/package/manager/cargo/install_package.lua +++ b/xmake/modules/package/manager/cargo/install_package.lua @@ -75,8 +75,6 @@ function main(name, opt) tomlfile:print("") tomlfile:print("[dependencies]") tomlfile:print("") - tomlfile:print("[workspace]") - tomlfile:print("") local features = configs.features if features then |
