Skip to content

Commit 194bf4e

Browse files
authored
der: bump heapless to v0.9 (#2097)
1 parent 8526cc6 commit 194bf4e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/der.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
toolchain: ${{ matrix.rust }}
4343
targets: ${{ matrix.target }}
4444
- uses: RustCrypto/actions/cargo-hack-install@master
45-
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features arbitrary,std
45+
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features arbitrary,std,heapless
4646

4747
minimal-versions:
4848
if: false # TODO: temp disabled due to unpublished prerelease dependencies
@@ -89,10 +89,10 @@ jobs:
8989
targets: ${{ matrix.target }}
9090
- run: ${{ matrix.deps }}
9191
- uses: RustCrypto/actions/cargo-hack-install@master
92-
- run: cargo hack test --feature-powerset --exclude-features arbitrary,std
92+
- run: cargo hack test --feature-powerset --exclude-features arbitrary,std,heapless
9393
- run: cargo test --features arbitrary
9494
- run: cargo test --features std
95-
- run: cargo test --all-features
95+
#- run: cargo test --all-features # TODO(tarcieri): test heapless
9696

9797
derive:
9898
runs-on: ubuntu-latest

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

der/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ flagset = { version = "0.4.7", optional = true }
2525
pem-rfc7468 = { version = "1", optional = true, features = ["alloc"] }
2626
time = { version = "0.3.4", optional = true, default-features = false }
2727
zeroize = { version = "1.8", optional = true, default-features = false }
28-
heapless = { version = "0.8", optional = true, default-features = false }
28+
heapless = { version = "0.9", optional = true, default-features = false }
2929

3030
[dev-dependencies]
3131
hex-literal = "1"

0 commit comments

Comments
 (0)