Skip to content

Commit

Permalink
GH-57 - Minor spacing changes
Browse files Browse the repository at this point in the history
- Add backup of service file
  • Loading branch information
ZNielsen committed Aug 28, 2021
1 parent c5c1f74 commit 00b1c7b
Show file tree
Hide file tree
Showing 9 changed files with 183 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Had to grab from https://thinkski.github.io/osx-arm-linux-toolchains/ to
# cross compile for raspberry pi on MacOS
[target.armv7-unknown-linux-gnueabihf]
linker = "x86_64-unknown-linux-gnu-gcc"
linker = "arm-linux-gnueabihf-gcc"

188 changes: 159 additions & 29 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion racer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "racer"
version = "0.1.0"
version = "0.2.0"
authors = ["Zach Nielsen <[email protected]>"]
edition = "2018"

Expand Down
Loading

0 comments on commit 00b1c7b

Please sign in to comment.