Skip to content

Commit

Permalink
refactor: remove self update and no token required (#56)
Browse files Browse the repository at this point in the history
* fmt

* impl

* colorize macro

* lint

* fix

* improve
  • Loading branch information
shixinhuang99 committed Mar 3, 2024
1 parent 136df21 commit ec44e61
Show file tree
Hide file tree
Showing 31 changed files with 325 additions and 1,432 deletions.
3 changes: 0 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[cargo-new]
vcs = "none"

[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ root = true
charset = utf-8
end_of_line = lf

[*.{rs,toml}]
[*.rs]
indent_style = tab

[justfile]
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

0 comments on commit ec44e61

Please sign in to comment.