diff options
| author | ruki <[email protected]> | 2021-11-13 13:52:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-11-13 13:52:57 +0800 |
| commit | 80326fdfb7fa838d3dc79aa24c9dcc01519b173b (patch) | |
| tree | 0c2461c8dc9ec446af28274983e11fe508cef200 /tests/projects | |
| parent | 6b684d5cc448124c31a51fff71e4043667677a57 (diff) | |
add edition for rust
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/rust/cxx_call_rust_library/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/projects/rust/cxx_call_rust_library/xmake.lua b/tests/projects/rust/cxx_call_rust_library/xmake.lua index cafd349ee..30d54cc02 100644 --- a/tests/projects/rust/cxx_call_rust_library/xmake.lua +++ b/tests/projects/rust/cxx_call_rust_library/xmake.lua @@ -7,7 +7,6 @@ target("foo") add_files("src/foo.rs") set_values("rust.cratetype", "staticlib") add_packages("cargo::cxx") - add_rcflags("--edition=2018") target("test") set_kind("binary") |
