Skip to content

Commit

Permalink
Update webview2-com to 0.11.0 (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
wravery authored Feb 7, 2022
1 parent e65cbf3 commit 7d4eeb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changes/webview2-com-0.11.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"wry": patch
---

Update the `webview2-com` crate 0.11.0:
- Fix silent build script errors related to unconfigured nuget in https://github.com/wravery/webview2-rs/pull/4
- Update the WebView2 SDK (not the runtime, just the API bindings) to the latest 1.0.1072.54 version
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gtk = "0.15"
gdk = "0.15"

[target."cfg(target_os = \"windows\")".dependencies]
webview2-com = "0.10.0"
webview2-com = "0.11.0"
windows_macros = "0.30.0"
sys-info = "0.9"

Expand Down

0 comments on commit 7d4eeb7

Please sign in to comment.