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 705c207 commit 14cfd8dCopy full SHA for 14cfd8d
.github/workflows/test.yml
@@ -44,6 +44,8 @@ jobs:
44
args: --no-default-features --features std
45
- name: std const-generics
46
uses: actions-rs/cargo@v1
47
+ exclude:
48
+ - rust: 1.41.1
49
with:
50
command: test
51
args: --no-default-features --features "std const-generics"
@@ -54,6 +56,8 @@ jobs:
54
56
args: --no-default-features --features "std i128"
55
57
- name: std i128 const-generics
58
59
60
61
62
63
args: --no-default-features --features "std i128 const-generics"
0 commit comments