Skip to content

Commit 8f898c0

Browse files
authored
Merge pull request #12 from Magicloud/dev
Dev
2 parents b834379 + cd5f8b3 commit 8f898c0

File tree

13 files changed

+1130
-420
lines changed

13 files changed

+1130
-420
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
# rustflags = ["-Zlocation-detail=none"]
33
target = ["x86_64-unknown-linux-musl"]
4-
rustc-wrapper = "sccache"
4+
# rustc-wrapper = "sccache"
55

66
# [target.x86_64-unknown-linux-musl]
77
# linker = "clang"

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target/
2+
.git/

0 commit comments

Comments
 (0)