diff options
Diffstat (limited to 'src-tauri/Cargo.toml')
| -rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f6b992e..08537ab 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -33,7 +33,7 @@ tauri-plugin-fs = "2.4.5" bytes = "1.11.0" chrono = "0.4" regex = "1.12.2" -ts-rs = "11.1.0" +ts-rs = { version = "11.1.0", features = ["serde-compat"] } [build-dependencies] tauri-build = { version = "2.0", features = [] } |