diff options
author | Nick Gerace <nickagerace@gmail.com> | 2022-08-08 15:39:50 -0400 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2022-08-09 01:01:09 -0400 |
commit | 4256d026d06f33e6221544bba719d80bc536f815 (patch) | |
tree | 3e22cfe5e8029c4f8eba7e09dbf7430a6e09a0ab /rustfmt.toml | |
parent | 012c20f47b14e0d55f3761fabb1e907d3d25987e (diff) | |
download | gfold-4256d026d06f33e6221544bba719d80bc536f815.zip |
Switch to cargo workspace
Primary:
- Switch to cargo workspace to replace xtask, make, etc.
- Add debug symbol stripping
Misc:
- Upgrade all packages
- Replace entries iterator with "next" due to the following PR:
https://github.com/rust-lang/git2-rs/pull/854
- Remove "rustfmt.toml"
Signed-off-by: Nick Gerace <nickagerace@gmail.com>
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index 43d4840..0000000 --- a/rustfmt.toml +++ /dev/null @@ -1 +0,0 @@ -newline_style = "Unix" |