Skip to content

Commit

Permalink
Merge branch 'main' into bartosz/canister-sig-util-continued
Browse files Browse the repository at this point in the history
  • Loading branch information
przydatek committed Oct 26, 2023
2 parents 5aa4a33 + bcf5bfa commit fec413d
Show file tree
Hide file tree
Showing 21 changed files with 524 additions and 362 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,14 @@ jobs:
run: |
cargo clippy -- -D clippy::all -D warnings -A clippy::manual_range_contains
cargo clippy --tests --benches -- -D clippy::all -D warnings -A clippy::manual_range_contains
check-lockfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/bootstrap

- name: Cargo Lockfile Check
# fails if lockfile is out of date
# https://users.rust-lang.org/t/check-if-the-cargo-lock-is-up-to-date-without-building-anything/91048/5
run: cargo update --workspace --locked
2 changes: 1 addition & 1 deletion .ic-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# the commit used to pull the state machine executable
# see rust canister tests for more info
7756800cb5b44aa4bf05a49ef8de9096f509ce46
2e3589427cd9648d4edaebc1b96b5daf8fdd94d8
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
18.18.2
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demos/test-app/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fec413d

Please sign in to comment.