Skip to content

Commit 6642742

Browse files
committed
[*] Calendar: replace chrono with time
1 parent 29c6a40 commit 6642742

File tree

17 files changed

+618
-493
lines changed

17 files changed

+618
-493
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cache-on-failure: "false"
3232
- uses: cargo-bins/cargo-binstall@main
3333
- name: Install CLI
34-
run: cargo binstall dioxus-cli -y --force --version 0.7.0-alpha.3
34+
run: cargo binstall dioxus-cli -y --force --version 0.7.0-rc.0
3535
- name: Build
3636
run: cd preview && dx build --platform web --release --base-path "components"
3737
- name: Copy output

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
cache-on-failure: "true"
5757
- uses: cargo-bins/cargo-binstall@main
5858
- name: Install CLI
59-
run: cargo binstall dioxus-cli -y --force --version 0.7.0-alpha.3
59+
run: cargo binstall dioxus-cli -y --force --version 0.7.0-rc.0
6060
- name: Install dependencies
6161
run: cd ./playwright && npm ci
6262
- name: Install Playwright Browsers

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache-on-failure: "false"
4444
- uses: cargo-bins/cargo-binstall@main
4545
- name: Install CLI
46-
run: cargo binstall dioxus-cli -y --force --version 0.7.0-alpha.3
46+
run: cargo binstall dioxus-cli -y --force --version 0.7.0-rc.0
4747
- name: Build
4848
run: cd preview && dx build --platform web --release --base-path "components/pr-preview/pr-${{ github.event.pull_request.number }}/"
4949
- name: Copy output

0 commit comments

Comments
 (0)