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

Delete version update check #387

Merged
merged 2 commits into from
Dec 18, 2022
Merged

Delete version update check #387

merged 2 commits into from
Dec 18, 2022

Conversation

reese
Copy link
Collaborator

@reese reese commented Dec 15, 2022

Related to #386

This version check is neat but ultimately pretty error-prone (and I imagine most users tune it out, given that it's broken on the most recent release and nobody's said anything about it 🤷 ). The version in the Cargo.toml and on GitHub are not strictly equivalent, so that makes the value of this check far more prone to mistakes and might be annoying/confusing when we mess it up.

@reese reese changed the title Reese delete update check Delete version update check Dec 15, 2022
@@ -3,6 +3,7 @@ fn main() {
#[cfg(target_os = "macos")]
{
println!("cargo:rustc-link-lib=framework=foundation");
println!("cargo:rustc-link-lib=framework=security");
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Had to add this to get this working on my M1 -- not sure why it seemed to work for others, although I don't know if most folks use the Makefile (which has this here).

@reese reese requested a review from fables-tales December 15, 2022 17:06
@reese reese merged commit 9a24d92 into trunk Dec 18, 2022
@reese reese deleted the reese-delete-update-check branch December 18, 2022 19:31
reese added a commit that referenced this pull request Sep 12, 2023
* Fix build flag

* Delete update functionality
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.

2 participants