Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Jul 19, 2024
1 parent 84033d1 commit d2b532a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[alias]
debug-run = "run --features debug"
debug-build = "build --features debug"

[build]
rustflags = ["--cfg", "tokio_unstable"]
6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cargo-features = ["profile-rustflags"]

[workspace]
resolver = "2"
members = ["nyanpasu_service", "nyanpasu_ipc"]
Expand Down Expand Up @@ -41,7 +39,3 @@ panic = "unwind"
codegen-units = 1
lto = true
opt-level = "s"


[profile.dev]
rustflags = ["--cfg", "tokio_unstable"]
1 change: 0 additions & 1 deletion nyanpasu_service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ console-subscriber = { version = "0.3", optional = true, features = [
] }
sysinfo = "0.30"


[build-dependencies]
chrono = { workspace = true }
rustc_version = "0.4"
Expand Down

0 comments on commit d2b532a

Please sign in to comment.