File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040 toolchain : ${{ matrix.rust }}
4141 targets : ${{ matrix.target }}
4242 - uses : RustCrypto/actions/cargo-hack-install@master
43- - run : cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features std
43+ - run : cargo hack build --target ${{ matrix.target }} --feature-powerset
4444
4545 minimal-versions :
4646 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4747 with :
48- working-directory : ${{ github.workflow }}
48+ working-directory : ${{ github.workflow }}
4949
5050 test :
5151 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ rust-version = "1.85"
1919
2020[features ]
2121alloc = []
22- std = [" alloc" ]
2322
2423[package .metadata .docs .rs ]
2524all-features = true
Original file line number Diff line number Diff line change 6262#[ cfg( feature = "alloc" ) ]
6363#[ macro_use]
6464extern crate alloc;
65- #[ cfg( feature = "std" ) ]
66- extern crate std;
6765
6866/// Function for decoding and encoding lower Base16 (hex)
6967pub mod lower;
You can’t perform that action at this time.
0 commit comments