Skip to content

Commit 68e2773

Browse files
committed
fix: crate versions, readme
1 parent 76e459e commit 68e2773

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ package.repository = "https://github.com/DioxusLabs/sdk/"
1616

1717
[workspace.dependencies]
1818
# Workspace
19-
dioxus-sdk = { path = "packages/sdk" }
20-
dioxus-time = { path = "packages/time" }
21-
dioxus_storage = { path = "packages/storage" }
22-
dioxus-geolocation = { path = "packages/geolocation" }
23-
dioxus-notification = { path = "packages/notification" }
24-
dioxus-sync = { path = "packages/sync" }
25-
dioxus-util = { path = "packages/util" }
26-
dioxus-window = { path = "packages/window" }
19+
dioxus-sdk = { path = "packages/sdk", version = "0.7.0-alpha.1" }
20+
dioxus-time = { path = "packages/time", version = "0.1.0-alpha.1" }
21+
dioxus_storage = { path = "packages/storage", version = "0.1.0-alpha.1" }
22+
dioxus-geolocation = { path = "packages/geolocation", version = "0.1.0-alpha.1" }
23+
dioxus-notification = { path = "packages/notification", version = "0.1.0-alpha.1" }
24+
dioxus-sync = { path = "packages/sync", version = "0.1.0-alpha.1" }
25+
dioxus-util = { path = "packages/util", version = "0.1.0-alpha.1" }
26+
dioxus-window = { path = "packages/window", version = "0.1.0-alpha.1" }
2727

2828
# Dioxus
2929
dioxus = "0.6.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
- [x] Debounce
4242
- [x] Timeouts
4343
- `dioxus-sync`
44-
- [x] Channels
44+
- [x] Channels
4545
- `dioxus-util`
46-
- [x] `use_root_scroll`
46+
- [x] `use_root_scroll`
4747
- [ ] Camera
4848
- [ ] WiFi
4949
- [ ] Bluetooth

0 commit comments

Comments
 (0)