Skip to content

Commit 9dc0b15

Browse files
Bump ring from 0.17.8 to 0.17.14 (#337)
* Bump ring from 0.17.8 to 0.17.14 Bumps [ring](https://github.com/briansmith/ring) from 0.17.8 to 0.17.14. - [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md) - [Commits](https://github.com/briansmith/ring/commits) --- updated-dependencies: - dependency-name: ring dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * flaky segfault flip --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anton-4 <[email protected]>
1 parent 37fb533 commit 9dc0b15

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

Cargo.lock

Lines changed: 4 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lto = true
2525
strip = "debuginfo"
2626
# You can comment this out if you hit a segmentation fault similar to the one in see issue github.com/roc-lang/roc/issues/6121
2727
# Setting this to 1 should improve execution speed by making things easier to optimize for LLVM.
28-
# codegen-units = 1
28+
codegen-units = 1
2929

3030
[workspace.dependencies]
3131
roc_std = { git = "https://github.com/roc-lang/roc.git" }

0 commit comments

Comments
 (0)