Skip to content

Commit 3c384dc

Browse files
committed
chore: release v0.8.0
1 parent f8e310f commit 3c384dc

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,14 +1,14 @@
11
[package]
22
name = "me"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = ["James Plummer <jamesp2001@live.co.uk>"]
55
edition = "2021"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
1010
dioxus = { version = "0.6.0", features = ["router"] }
11-
web-sys = { version = "0.3.77" }
11+
web-sys = { version = "0.3.77", features = ["Window"] }
1212

1313
[features]
1414
default = ["web"]

0 commit comments

Comments
 (0)