You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Bare-Bones/AGENTS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ You can add Dioxus to your `Cargo.toml` like this:
8
8
9
9
```toml
10
10
[dependencies]
11
-
dioxus = { version = "0.7.0-rc.1" }
11
+
dioxus = { version = "0.7.0-rc.4" }
12
12
13
13
[features]
14
14
default = ["web", "webview", "server"]
@@ -231,15 +231,15 @@ fn App() -> Element {
231
231
```
232
232
233
233
```toml
234
-
dioxus = { version = "0.7.0-rc.1", features = ["router"] }
234
+
dioxus = { version = "0.7.0-rc.4", features = ["router"] }
235
235
```
236
236
237
237
# Fullstack
238
238
239
239
Fullstack enables server rendering and ipc calls. It uses Cargo features (`server` and a client feature like `web`) to split the code into a server and client binaries.
240
240
241
241
```toml
242
-
dioxus = { version = "0.7.0-rc.1", features = ["fullstack"] }
242
+
dioxus = { version = "0.7.0-rc.4", features = ["fullstack"] }
Copy file name to clipboardExpand all lines: Jumpstart/AGENTS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ You can add Dioxus to your `Cargo.toml` like this:
8
8
9
9
```toml
10
10
[dependencies]
11
-
dioxus = { version = "0.7.0-rc.1" }
11
+
dioxus = { version = "0.7.0-rc.4" }
12
12
13
13
[features]
14
14
default = ["web", "webview", "server"]
@@ -231,15 +231,15 @@ fn App() -> Element {
231
231
```
232
232
233
233
```toml
234
-
dioxus = { version = "0.7.0-rc.1", features = ["router"] }
234
+
dioxus = { version = "0.7.0-rc.4", features = ["router"] }
235
235
```
236
236
237
237
# Fullstack
238
238
239
239
Fullstack enables server rendering and ipc calls. It uses Cargo features (`server` and a client feature like `web`) to split the code into a server and client binaries.
240
240
241
241
```toml
242
-
dioxus = { version = "0.7.0-rc.1", features = ["fullstack"] }
242
+
dioxus = { version = "0.7.0-rc.4", features = ["fullstack"] }
Copy file name to clipboardExpand all lines: Workspace/AGENTS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ You can add Dioxus to your `Cargo.toml` like this:
8
8
9
9
```toml
10
10
[dependencies]
11
-
dioxus = { version = "0.7.0-rc.1" }
11
+
dioxus = { version = "0.7.0-rc.4" }
12
12
13
13
[features]
14
14
default = ["web", "webview", "server"]
@@ -231,15 +231,15 @@ fn App() -> Element {
231
231
```
232
232
233
233
```toml
234
-
dioxus = { version = "0.7.0-rc.1", features = ["router"] }
234
+
dioxus = { version = "0.7.0-rc.4", features = ["router"] }
235
235
```
236
236
237
237
# Fullstack
238
238
239
239
Fullstack enables server rendering and ipc calls. It uses Cargo features (`server` and a client feature like `web`) to split the code into a server and client binaries.
240
240
241
241
```toml
242
-
dioxus = { version = "0.7.0-rc.1", features = ["fullstack"] }
242
+
dioxus = { version = "0.7.0-rc.4", features = ["fullstack"] }
0 commit comments