Skip to content

Commit

Permalink
Updated mold path in config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fdnt7 committed Apr 7, 2024
1 parent 0c162c8 commit f706391
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lyra/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
36 changes: 18 additions & 18 deletions lyra/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lyra/lyra_proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nursery = "deny"
unwrap_used = "deny"

[dependencies]
syn = "2.0.51"
syn = "2.0.58"
quote = "1.0.35"
itertools = "0.12.1"
heck = "0.4.1"
heck = "0.5.0"

0 comments on commit f706391

Please sign in to comment.