Skip to content

Commit

Permalink
feat: encrypt datasets - add routes and write on db
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Nov 15, 2024
1 parent 170f11d commit 14110b3
Show file tree
Hide file tree
Showing 75 changed files with 1,750 additions and 1,384 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
cargo-lint:
uses: ./.github/workflows/clippy.yml
with:
toolchain: stable-2024-10-17
toolchain: nightly-2024-06-09

build_tests:
uses: ./.github/workflows/build_all.yml
secrets: inherit
with:
toolchain: stable-2024-10-17
toolchain: nightly-2024-06-09
debug_or_release: debug
4 changes: 2 additions & 2 deletions .github/workflows/main_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
cargo-lint:
uses: ./.github/workflows/clippy.yml
with:
toolchain: stable-2024-10-17
toolchain: nightly-2024-06-09

build:
uses: ./.github/workflows/build_all.yml
secrets: inherit
with:
toolchain: stable-2024-10-17
toolchain: nightly-2024-06-09
debug_or_release: release
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ repos:
args: [--skip-string-normalization]

- repo: https://github.com/Cosmian/git-hooks.git
rev: v1.0.31
rev: v1.0.32
hooks:
# - id: nightly-cargo-format
- id: cargo-format
Expand All @@ -130,7 +130,7 @@ repos:
# - id: cargo-update
- id: cargo-machete
- id: docker-compose-up
- id: cargo-build-kms
- id: cargo-build-all
- id: cargo-test
- id: clippy-autofix-unreachable-pub
- id: clippy-autofix-all-targets-all-features
Expand Down
Loading

0 comments on commit 14110b3

Please sign in to comment.