We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'll lower the minimum platform requirements to the following in v0.10.0:
v0.10.0
.iOS(.v14), // from 16.4 .macCatalyst(.v14), // from 16.4 .macOS(.v11), // from 13.3 .tvOS(.v14), // from 16.4 .watchOS(.v7), // from 9.4
The most notable consequence is that StaticBigInt will be disabled by default.
The text was updated successfully, but these errors were encountered:
I'll push the current changes as v0.9.0, so v0.10.0 will basically be:
v0.9.0
+ SDKs + CocoaPods - StaticBigInt
Sorry, something went wrong.
[Package] Lower platform requirements (#61) (#62).
750833a
I wanted StaticBigInt to be toggle-able through the command line, but no dice (#64).
No command line option because Swift 5.7 (#61).
33dcfb8
No branches or pull requests
I'll lower the minimum platform requirements to the following in
v0.10.0
:The most notable consequence is that StaticBigInt will be disabled by default.
The text was updated successfully, but these errors were encountered: