Skip to content

Commit d3d290a

Browse files
authored
fix(os): unlock serialize-to-javascript dependency version (#2912)
1 parent b51c827 commit d3d290a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
os: patch
3+
os-js: patch
4+
---
5+
6+
Unlocked version of `serialize-to-javascript` from `=0.1.1` to `^0.1.1` for compatibility with Tauri's upcoming version `2.8`.

plugins/os/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ thiserror = { workspace = true }
3232
os_info = "3"
3333
sys-locale = "0.3"
3434
gethostname = "1.0"
35-
serialize-to-javascript = "=0.1.1"
35+
serialize-to-javascript = "0.1.1"

0 commit comments

Comments
 (0)