Commit d3e2f33
authored
Remove a dbg! (#1572)
After following the installation step at
https://github.com/cross-rs/cross?tab=readme-ov-file#installation
I see the following output when running the commands:
```
❯ ccrossbuild --target aarch64-unknown-linux-gnu
[src/lib.rs:944:30] workspace_metadata.get("cross") = None
```
which looks like a leftover.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
941 | 941 | | |
942 | 942 | | |
943 | 943 | | |
944 | | - | |
| 944 | + | |
945 | 945 | | |
946 | 946 | | |
947 | 947 | | |
| |||
0 commit comments