Skip to content

Commit ec0c4d1

Browse files
committed
Fix CI
1 parent 8025965 commit ec0c4d1

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/app/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ paste = { workspace = true }
4242
path-util = { workspace = true }
4343
serde = { workspace = true, features = ["derive"] }
4444
serde_json = { workspace = true }
45-
serde_with = { workspace = true }
4645
theseus = { workspace = true, features = ["tauri"] }
4746
thiserror = { workspace = true }
4847
tokio = { workspace = true, features = ["time"] }

rust-toolchain.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[toolchain]
22
channel = "1.89.0"
3+
profile = "default"

0 commit comments

Comments
 (0)