summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-05-29 21:42:51 +0800
committerruki <[email protected]>2022-05-29 21:42:51 +0800
commit84b9cec88fb56eba8c143ee6728caa6654f56df0 (patch)
tree884f221f5216884840c45e071251187810820238
parentaece4a4c909ba4d1f88f4d0655aedd725df0ac81 (diff)
fix cargo
-rw-r--r--xmake/modules/package/manager/cargo/install_package.lua2
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