-
Notifications
You must be signed in to change notification settings - Fork 65
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
Arbiter bin/v0.4.0 #533
Merged
Merged
Arbiter bin/v0.4.0 #533
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was
linked to
issues
Sep 28, 2023
Codecov Report
@@ Coverage Diff @@
## main #533 +/- ##
==========================================
+ Coverage 58.75% 60.36% +1.60%
==========================================
Files 11 21 +10
Lines 3722 4057 +335
==========================================
+ Hits 2187 2449 +262
- Misses 1535 1608 +73
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Updates the requirements on [anyhow](https://github.com/dtolnay/anyhow) to permit the latest version. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.71...1.0.75) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.8.0...toml-v0.8.1) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.35...2.0.37) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [assert_cmd](https://github.com/assert-rs/assert_cmd) to permit the latest version. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.0.11...v2.0.12) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [log](https://github.com/rust-lang/log) to permit the latest version. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.19...0.4.20) --- updated-dependencies: - dependency-name: log dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [anyhow](https://github.com/dtolnay/anyhow) to permit the latest version. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.71...1.0.75) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [log](https://github.com/rust-lang/log) to permit the latest version. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.19...0.4.20) --- updated-dependencies: - dependency-name: log dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Autoparallel
force-pushed
the
arbiter-bin/v0.4.0
branch
from
October 3, 2023 14:40
73b2f09
to
b16fabe
Compare
…r-core/log-eq-0.4.20 build(deps): update log requirement from =0.4.19 to =0.4.20 in /arbiter-core
…r-core/anyhow-eq-1.0.75 build(deps): update anyhow requirement from =1.0.71 to =1.0.75 in /arbiter-core
feat(arbiter-bin) forking state, disk i/o
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Arbiter binary v0.4.0
This will include some small new features for the next binary release
Closes #502
Closes #465