Skip to content

Commit 9a5a02a

Browse files
authored
Merge pull request #3191 from ProvableHQ/deps/update_rand
Deps/update rand
2 parents 4ba40d3 + 504d4d5 commit 9a5a02a

File tree

143 files changed

+805
-815
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+805
-815
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ executors:
2525
rust-docker:
2626
docker:
2727
- image: cimg/rust:1.88.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
28+
environment:
29+
RUSTFLAGS: "" # override the config.toml flags
2830

2931
commands:
3032
check_windows:
@@ -1181,6 +1183,7 @@ jobs:
11811183
size: xlarge
11821184
environment:
11831185
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
1186+
RUSTFLAGS: "" # override the config.toml flags
11841187
parameters:
11851188
workspace_member:
11861189
type: string

0 commit comments

Comments
 (0)