Skip to content

Commit 384518b

Browse files
authored
Merge pull request #3 from mariinkys/migrate_leptos0.7
Migrate to leptos 0.7
2 parents cf57c12 + fad7a6b commit 384518b

21 files changed

+1079
-829
lines changed

.vscode/settings.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"rust-analyzer.cargo.features": [
2222
"ssr"
2323
],
24-
"rust-analyzer.cargo.extraEnv": {
25-
"RUSTFLAGS": "--cfg=web_sys_unstable_apis"
26-
}
24+
// As of web-sys v0.3.70, the clipboard API is now stable
25+
// "rust-analyzer.cargo.extraEnv": {
26+
// "RUSTFLAGS": "--cfg=web_sys_unstable_apis"
27+
// }
2728
}

0 commit comments

Comments
 (0)