diff --git a/Cargo.toml b/Cargo.toml index 1528511..e2066d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,3 @@ tauri-plugin-shell = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["net"] } - diff --git a/mise.toml b/mise.toml index 7925098..16fadc4 100644 --- a/mise.toml +++ b/mise.toml @@ -1,3 +1,2 @@ [tools] rust = 'latest' -bun = "latest"