Skip to content

Commit 53aeeee

Browse files
authored
Merge branch 'main' into km/cose-content-format
2 parents 144620f + b0c950d commit 53aeeee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1944
-288
lines changed

.github/workflows/build-rust-crates.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
env:
1111
CARGO_TERM_COLOR: always
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
build:
1518
name: Building ${{matrix.package}} for - ${{ matrix.os }}
@@ -27,8 +30,10 @@ jobs:
2730
package:
2831
- bitwarden-api-api
2932
- bitwarden-api-identity
33+
- bitwarden-core
3034
- bitwarden-crypto
3135
- bitwarden-generators
36+
- bitwarden-sm
3237

3338
steps:
3439
- name: Checkout

0 commit comments

Comments
 (0)