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

Correct version requirement for stdlib #26

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Conversation

lpil
Copy link
Contributor

@lpil lpil commented Dec 4, 2024

The previous one would fail to compile with the lower version permitted.

It would also be really useful to have a release of this! Then we can update the stdlib to remove the deprecation warnings. 🙏

The previous one would fail to compile with the lower version permitted.

It would also be really useful to have a release of this! Then we can
update the stdlib to remove the deprecation warnings. 🙏
Copy link
Owner

@rawhat rawhat left a comment

Choose a reason for hiding this comment

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

yep, will hop on that. thank you

@@ -126,7 +126,7 @@ pub fn get_client_info(
|> result.map(fn(pair) { ConnectionInfo(pair.1, convert_ip_address(pair.0)) })
}

/// Sends a BytesBuilder message over the socket using the active transport
/// Sends a BytesTree message over the socket using the active transport
Copy link
Owner

Choose a reason for hiding this comment

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

oops, thanks!

@lpil
Copy link
Contributor Author

lpil commented Dec 5, 2024

Thank you!

@rawhat rawhat merged commit 55089bc into rawhat:master Dec 6, 2024
1 check passed
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