Skip to content

Commit

Permalink
Fix incompatibilities between dependencies (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja authored Aug 14, 2024
1 parent dfc632a commit 1754c66
Show file tree
Hide file tree
Showing 8 changed files with 233 additions and 230 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ jobs:
- build-all-features
steps:
- uses: actions/checkout@v4
- name: Get toolchain
id: toolchain
uses: ./.github/actions/get-toolchain
- name: Setup Rust
uses: hecrj/setup-rust-action@v2
with:
rust-version: ${{ steps.toolchain.outputs.channel }}
profile: minimal
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG

## Unreleased - [0.1.14]

## 2024-08-11 - [0.1.13]

### Bug fixes
Expand Down Expand Up @@ -448,6 +450,7 @@ version to `0.1` during installation.

- Added all ISO-639-1 and ISO-639-2 languages.

[0.1.14]: https://github.com/mondeja/leptos-fluent/compare/v0.1.13...master
[0.1.13]: https://github.com/mondeja/leptos-fluent/compare/v0.1.12...v0.1.13
[0.1.12]: https://github.com/mondeja/leptos-fluent/compare/v0.1.11...v0.1.12
[0.1.11]: https://github.com/mondeja/leptos-fluent/compare/v0.1.10...v0.1.11
Expand Down
Loading

0 comments on commit 1754c66

Please sign in to comment.