Skip to content

Commit b53ebb2

Browse files
authored
Update crates/tauri-runtime/Cargo.toml
1 parent 47c95da commit b53ebb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/tauri-runtime/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ http = "1"
3434
raw-window-handle = "0.6"
3535
url = { version = "2" }
3636
dpi = { version = "0.1", features = ["serde"] }
37-
cookie = { version = "0.18" }
37+
# WARNING: cookie::Cookie is re-exported so bumping this is a breaking change
38+
cookie = "0.18"
3839

3940
[target."cfg(windows)".dependencies.windows]
4041
version = "0.58"

0 commit comments

Comments
 (0)