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 b221f7fCopy full SHA for b221f7f
.github/workflows/test.yml
@@ -49,11 +49,15 @@ jobs:
49
args: --no-default-features --features "std const-generics"
50
- name: std i128
51
uses: actions-rs/cargo@v1
52
+ exclude:
53
+ rust: 1.41.1
54
with:
55
command: test
56
args: --no-default-features --features "std i128"
57
- name: std i128 const-generics
58
59
60
61
62
63
args: --no-default-features --features "std i128 const-generics"
0 commit comments