We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014777b commit 9a43d85Copy full SHA for 9a43d85
2 files changed
README.md
@@ -63,7 +63,7 @@ fn Demo() -> impl IntoView {
63
| 0.4, 0.5, 0.6 | 0.5 |
64
| 0.7 – 0.12 | 0.6 |
65
| 0.14.0-beta | 0.7 |
66
-| 0.15 | 0.8 |
+| 0.15, 0.16 | 0.8 |
67
68
## Server-Side Rendering
69
src/lib.rs
@@ -54,7 +54,7 @@
54
//! | 0.4, 0.5, 0.6 | 0.5 |
55
//! | 0.7 – 0.12 | 0.6 |
56
//! | 0.14.0-beta | 0.7 |
57
-//! | 0.15 | 0.8 |
+//! | 0.15, 0.16 | 0.8 |
58
//!
59
//! # Server-Side Rendering
60
0 commit comments