Skip to content

Commit 4b21134

Browse files
authored
Merge pull request #2 from Traverse-Research/0.7
Update to rc.3
2 parents 83917fa + 2f79bb8 commit 4b21134

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

Cargo.toml

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

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

2828
# Dioxus
29-
dioxus = "^0.7.0-rc.2"
30-
dioxus-signals = "^0.7.0-rc.2"
31-
dioxus-desktop = "^0.7.0-rc.2"
32-
dioxus-config-macro = "^0.7.0-rc.2"
29+
dioxus = "^0.7.0-rc.3"
30+
dioxus-signals = "^0.7.0-rc.3"
31+
dioxus-desktop = "^0.7.0-rc.3"
32+
dioxus-config-macro = "^0.7.0-rc.3"
3333

3434
# Deps
3535
cfg-if = "1.0.0"

packages/geolocation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dioxus-geolocation"
3-
version = "0.7.0-rc.2"
3+
version = "0.7.0-rc.3"
44

55
description = "Geolocation utilities and hooks for Dioxus."
66
readme = "./README.md"

packages/notification/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dioxus-notification"
3-
version = "0.7.0-rc.2"
3+
version = "0.7.0-rc.3"
44

55
description = "Send notifications from your Dioxus apps."
66
readme = "./README.md"

packages/sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dioxus-sdk"
3-
version = "0.7.0-rc.2"
3+
version = "0.7.0-rc.3"
44

55
description = "A platform agnostic library for supercharging your productivity with Dioxus."
66
readme = "../../README.md"

packages/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dioxus_storage"
3-
version = "0.7.0-rc.2"
3+
version = "0.7.0-rc.3"
44

55
description = "Local and persistent storage utilities for Dioxus."
66
readme = "./README.md"

packages/sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dioxus-sync"
3-
version = "0.7.0-rc.2"
3+
version = "0.7.0-rc.3"
44

55
description = "Synchronization primitives for your Dioxus app."
66
readme = "./README.md"

packages/time/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dioxus-time"
3-
version = "0.7.0-rc.2"
3+
version = "0.7.0-rc.3"
44

55
description = "Timing utilities and hooks for Dioxus."
66
readme = "./README.md"

packages/util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dioxus-util"
3-
version = "0.7.0-rc.2"
3+
version = "0.7.0-rc.3"
44

55
description = "General utilities for Dioxus apps."
66
readme = "./README.md"

packages/window/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dioxus-window"
3-
version = "0.7.0-rc.2"
3+
version = "0.7.0-rc.3"
44

55
description = "Window utilities and hooks for Dioxus."
66
readme = "./README.md"

0 commit comments

Comments
 (0)