Skip to content

Commit

Permalink
disable deny check
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Sep 22, 2024
1 parent a41e22e commit 18def51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/actions/check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ runs:
run: |
cargo machete
- name: Deny Check
shell: bash
run: |
cargo deny check
# - name: Deny Check
# shell: bash
# run: |
# cargo deny check

- name: Clippy
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ glob = "0.3"
hex = "0.4.3"
itertools = "0.12"
jsonb = "0.4.1"
lexical-core = "0.8"
lexical-core = "1.0.1"
memchr = "2.7"
roaring = { version = "0.10", features = ["serde"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 18def51

Please sign in to comment.