Skip to content

Commit

Permalink
remove unstable feature
Browse files Browse the repository at this point in the history
  • Loading branch information
craigkai committed Mar 26, 2024
1 parent c1a2b7c commit 7f3fa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cc = "1.0"
anyhow = "1.0.65"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "2.0.0-beta", features = ["unstable"] }
tauri = { version = "2.0.0-beta" }
serialport = { version = "4.2.0", features = [] }
mockall = "0.11.2"
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit 7f3fa69

Please sign in to comment.