Skip to content

Commit f0d9684

Browse files
Merge remote-tracking branch 'origin/main' into recover-secret
2 parents 912a45e + b414831 commit f0d9684

33 files changed

+3153
-2493
lines changed

Diff for: .cargo/config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.aarch64-unknown-linux-musl]
2+
linker = "aarch64-linux-gnu-gcc"

Diff for: .devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/rust:1-1-bullseye@sha256:066878f166fdc8ee717ecb3f94d4155dac857a7465a39af85509314f5abc1bbf
1+
FROM mcr.microsoft.com/devcontainers/rust:1-1-bullseye@sha256:d09f487fd7a54fcac7a480a55667e397d425d9506da66ddb38afe628423b4f2d
22

33
# [Optional] Uncomment this section to install additional packages.
44
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

Diff for: .editorconfig

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ binary_next_line = true
1919
switch_case_indent = true # --case-indent
2020
space_redirects = true
2121
keep_padding = true
22-
function_next_line = true # --func-next-line

Diff for: .github/file-filters.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
code:
2+
- ".nvmrc"
23
- "src/**"
34
- "TAG"
45
- Cargo.lock
56
- "*.toml"
67
- Dockerfile
78
- "tests/**"
89
- ".github/**"
10+
- ".cargo/**"
911
- "package.json"
1012
- "package-lock.json"
11-
- ".codeclimate.yml"
13+
- ".ci"

Diff for: .github/settings.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,13 @@ branches:
136136
# Required. Require branches to be up to date before merging.
137137
strict: true
138138
# Required. The list of status checks to require in order to merge into this branch
139-
contexts: ["All done"]
139+
checks:
140+
- context: "All done"
141+
app_id: 15368
142+
- context: "codecov/project"
143+
app_id: 254
140144
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
141-
enforce_admins: false
145+
enforce_admins: null
142146
# Prevent merge commits from being pushed to matching branches
143147
required_linear_history: false
144148
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable.

0 commit comments

Comments
 (0)