We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a411ea0 commit 87258e5Copy full SHA for 87258e5
.github/workflows/build.yml
@@ -60,6 +60,7 @@ jobs:
60
run: cargo clippy
61
62
- name: Run tests
63
+ if: matrix.os == 'ubuntu-latest'
64
run: cargo test --no-default-features
65
66
- name: Build macOS Intel
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Changelog for Ferium
2
3
## `v4.7.1`
4
-### 09.08.2024
+### 17.09.2024
5
6
- Implement change to libium, mainly removal of async functions
7
- Also remove unnecessary async from code here
0 commit comments