Skip to content

Commit

Permalink
bump packages
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
  • Loading branch information
ghishadow committed Aug 30, 2024
1 parent ff23c62 commit f91c6ae
Show file tree
Hide file tree
Showing 7 changed files with 206 additions and 154 deletions.
5 changes: 2 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build]
jobs = 6
incremental = true
profiler = true
jobs = 6

[alias]
b = "build"
Expand Down Expand Up @@ -32,9 +32,8 @@ linker = "/usr/bin/clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]

[target.x86_64-unknown-linux-musl]
linker = "/usr/bin/clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]

linker = "clang"

[target.aarch64-apple-darwin]
linker = "/usr/bin/clang"
Expand Down
Loading

0 comments on commit f91c6ae

Please sign in to comment.