Skip to content

Commit e9c10a0

Browse files
author
Matthew Forrester
committed
feat: move to Edge in MS environments
1 parent 7e28908 commit e9c10a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "wv_linewise"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
authors = ["Matthew Forrester <matthew.forrester@speechmarks.com>"]
55
edition = "2018"
66

77
[dependencies]
8-
web-view = { version = "0.7.3" }
8+
web-view = { version = "0.7.3", features=["edge"] }
99
# web-view = { version = "0.6.2", features = ["edge"] }
1010
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1111
serde_derive = "1.0.105"

0 commit comments

Comments
 (0)