We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 835c425 + d943955 commit f53c19aCopy full SHA for f53c19a
3 files changed
.github/workflows/release.yml
@@ -122,7 +122,7 @@ jobs:
122
# on the x86_64 ubuntu-latest runner using the manylinux container.
123
- name: Set up QEMU
124
if: runner.os == 'Linux' && matrix.target == 'aarch64'
125
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff9f9a89f41e8f8e6f3 # v3
+ uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
126
127
- name: Install protoc (macOS / Windows)
128
if: runner.os != 'Linux'
coordinode-embedded/.gitignore
@@ -1,5 +1,4 @@
1
target/
2
-Cargo.lock
3
*.so
4
*.pyd
5
*.dylib
0 commit comments