Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Nimble to improve Apple Silicon compatibility #187

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

BalestraPatrick
Copy link
Member

This PR bumps Nimble to a version that is more Apple Silicon compatible. More details here: Quick/Nimble#948

@codecov
Copy link

codecov bot commented Jan 26, 2022

Codecov Report

Merging #187 (0abf0c0) into master (c2f958f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #187   +/-   ##
=======================================
  Coverage   95.37%   95.37%           
=======================================
  Files          42       42           
  Lines        1427     1427           
=======================================
  Hits         1361     1361           
  Misses         66       66           
Flag Coverage Δ
macspm 95.37% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c2f958f...0abf0c0. Read the comment docs.

@@ -17,7 +17,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.8.0"),
.package(url: "https://github.com/Quick/Nimble", from: "9.2.1"),
.package(url: "https://github.com/Quick/Nimble", .revision("0bf627cd68085345ac52c165ba02d1f73c584eed")),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not ideal, but we can switch this to a proper version once they ship a new release

@BalestraPatrick BalestraPatrick merged commit 6f7fec0 into master Jan 26, 2022
@BalestraPatrick BalestraPatrick deleted the patrickb/bump-nimble branch January 26, 2022 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants