diff --git a/.github/workflows/clippy_check.yml b/.github/workflows/clippy_check.yml index 791d8be1..e13d8e45 100644 --- a/.github/workflows/clippy_check.yml +++ b/.github/workflows/clippy_check.yml @@ -12,4 +12,5 @@ jobs: override: true - uses: actions-rs/clippy-check@v1 with: + args: --all-targets --all-features -- -D warnings token: ${{ secrets.GITHUB_TOKEN }} diff --git a/edn/Cargo.toml b/edn/Cargo.toml index 3a4b73d4..0f714a95 100644 --- a/edn/Cargo.toml +++ b/edn/Cargo.toml @@ -18,7 +18,7 @@ pretty = "~0.12" uuid = { version = "~1.0", features = ["v4", "serde"] } serde = { version = "~1.0", optional = true } serde_derive = { version = "~1.0", optional = true } -peg = "~0.7" +peg = "~0.8" bytes = "1.0.1" hex = "0.4.3"