Skip to content

Commit

Permalink
feat: Dioxus 0.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Aug 27, 2024
1 parent 5a63dbe commit 647b6ff
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name-template: "Release v$RESOLVED_VERSION 🌈"
name-template: "Release v$RESOLVED_VERSION 🦀"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: "🚀 Features"
Expand Down
17 changes: 9 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Cargo Build & Test

on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:

env:
Expand All @@ -11,14 +13,13 @@ jobs:
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Install the nightly toolchain
uses: dtolnay/rust-toolchain@nightly
- name: Install linux dependencies
if: runner.os == 'Linux'
run: |
sudo apt update && sudo apt install build-essential libssl-dev pkg-config libglib2.0-dev libgtk-3-dev
- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo test --verbose
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ members = [
]

[workspace.dependencies]
dioxus = "0.5"
dioxus = "0.6.0-alpha.2"
2 changes: 1 addition & 1 deletion packages/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dioxus-free-icons"
version = "0.8.6"
version = "0.9.0"
edition = "2021"
authors = ["Daiki Nishikawa <[email protected]>", "Marc Espín <[email protected]>"]
description = "Use free svg icons in your Dioxus projects easily with dioxus-free-icons."
Expand Down

0 comments on commit 647b6ff

Please sign in to comment.