This commit is contained in:
parent
a46acf8093
commit
87c01fb03c
2
.cargo/config.toml
Normal file
2
.cargo/config.toml
Normal file
@ -0,0 +1,2 @@
|
||||
[target.armv7-unknown-linux-gnueabihf]
|
||||
linker = "armv7-unknown-linux-gnueabihf-gcc"
|
@ -15,5 +15,3 @@ r2d2_sqlite = { version = "0.21.0", features = ["bundled"] }
|
||||
tokio = { version = "1.21.1", features = ["full"] }
|
||||
serde = "1.0.145"
|
||||
|
||||
[target.armv7-unknown-linux-gnueabihf]
|
||||
linker = "armv7-unknown-linux-gnueabihf-gcc"
|
||||
|
Loading…
Reference in New Issue
Block a user