Skip to content

Commit

Permalink
try building with lower sqlx version
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
Berend Sliedrecht committed Nov 6, 2023
1 parent bfc0759 commit 05adc82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ jobs:

- name: Build
run: |
cargo build --lib --release --target ${{matrix.target}} --no-default-features --features=ffi,logger,migration,sqlite
cargo build --lib --release --target ${{matrix.target}}
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -423,7 +423,7 @@ jobs:
- name: Build
run: |
cargo install --bins --git https://github.com/rust-embedded/cross --tag v${{ env.CROSS_VERSION }} cross
cross build --lib --release --target ${{matrix.target}} --no-default-features --features=ffi,logger,migration,sqlite
cross build --lib --release --target ${{matrix.target}}
- name: Upload artifacts
Expand Down
2 changes: 1 addition & 1 deletion askar-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ default-features = false
features = ["alloc", "argon2", "chacha", "std_rng"]

[dependencies.sqlx]
version = "0.7.1"
version = "0.6.3"
default-features = false
features = ["chrono", "runtime-tokio"]
optional = true
Expand Down

0 comments on commit 05adc82

Please sign in to comment.