diff options
| author | Andreas Grois <andi@grois.info> | 2024-07-25 20:37:37 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2024-07-25 20:37:37 +0200 |
| commit | 62b42fa982f6f5b4c223188eeb3eef81267d2048 (patch) | |
| tree | a245efdbd94091c8cc995a28177251b964becdf9 /.cargo/config.toml | |
| parent | cdd6c06aa3de5af91bdd5b5542dfe303f94212ed (diff) | |
Fix cargo config deprecation warning.
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..d046680 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +rustflags = ["-C", "prefer-dynamic"] |
