We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6499dc commit 1ce6348Copy full SHA for 1ce6348
.circleci/config.yml
@@ -116,9 +116,6 @@ commands:
116
command: |
117
if [[ $(uname -s) == Darwin ]]; then sed -i 's/regex = "1"/regex = { version = "1", features = ["perf", "unicode"] }/g' Cargo.toml; fi
118
cat Cargo.toml
119
- - restore_cache:
120
- keys:
121
- - v3-dependencies-{{ arch }}-{{ checksum "Cargo.toml" }}
122
- run:
123
name: Check formatting
124
shell: /bin/bash -l -eo pipefail
0 commit comments