-
Notifications
You must be signed in to change notification settings - Fork 56
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
Fix version #977
Merged
Merged
Fix version #977
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
porcuquine
reviewed
Dec 19, 2023
huitseeker
requested changes
Dec 19, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The last commit is great, but the three prior ones should either:
- not be there,
- or leave the main branch in the state they found it, that is with the dependencies of the
lurk-lab
repos pointing to git dependencies rather than tocrates.io
packages (even if the intermediary commits between first and last say otherwise)
arthurpaulino
force-pushed
the
fix-version
branch
from
December 19, 2023 21:03
a0b3635
to
5d9e41e
Compare
huitseeker
force-pushed
the
fix-version
branch
from
December 19, 2023 21:11
dff6295
to
d557a9e
Compare
huitseeker
approved these changes
Dec 19, 2023
arthurpaulino
force-pushed
the
fix-version
branch
from
December 19, 2023 21:19
d557a9e
to
7e33724
Compare
huitseeker
approved these changes
Dec 19, 2023
porcuquine
approved these changes
Dec 19, 2023
huitseeker
added a commit
to huitseeker/lurk-rs
that referenced
this pull request
Dec 20, 2023
* chore: Release * update README --------- Co-authored-by: François Garillot <francois@garillot.net>
huitseeker
added a commit
that referenced
this pull request
Dec 20, 2023
* Simplified `Func` and `Cproc` call (#966) * Expectation tests (#974) * Expectation tests for eval * Expectation test for nova * clippy --------- Co-authored-by: Gabriel Barreto <gabriel.aquino.barreto@gmail.com> * use expect_test to make assertions about circuit properties (#978) * Fix version (#977) * chore: Release * update README --------- Co-authored-by: François Garillot <francois@garillot.net> * Cleanup before patch release (#984) * chore: remove peekmore - Removed `peekmore` dependency from the project * refactor: (automated) Refactor of code for readability and style improvements - Modified the project-level lints in `.cargo/config`, added more lints enhance maintainability. - corrected the code in function, mostly through clippy. * chore: Release --------- Co-authored-by: Gabriel Barreto <gabriel.aquino.barreto@gmail.com> Co-authored-by: Arthur Paulino <arthurleonardo.ap@gmail.com>
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.
No description provided.