diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 445fd3f4..dcee2df6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,6 @@ jobs: - name: Patch delog run: | - echo '[patch.crates-io]' >> Cargo.toml echo 'delog = { version = "0.1.6", git = "https://github.com/LechevSpace/delog.git", rev = "e83f3fd" }' >> Cargo.toml - name: Build avr