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

chore(deps): remove dependency on toolshed crate #993

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

LNSD
Copy link
Contributor

@LNSD LNSD commented Nov 26, 2024

This pull request includes various changes to the project, focusing on removing dependencies and adding a new macro (copied from the toolshed crate). These changes will allow us to deprecate and remove the toolshed crate.

The most significant changes are listed below:

Macro addition:

  • Added a new concat_bytes macro in src/bytes.rs to concatenate byte slices. The macro has been copied from the toolshed crate as the gateway is the only project using this unpublished crate.

Dependency updates:

  • Removed the toolshed dependency from Cargo.toml.
  • Removed the unused test-with dependency from Cargo.toml.

@LNSD LNSD requested a review from Theodus November 26, 2024 18:40
@LNSD LNSD self-assigned this Nov 26, 2024
Copy link
Member

@Theodus Theodus left a comment

Choose a reason for hiding this comment

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

Nice. Thanks!

@LNSD LNSD merged commit 3e8df7f into main Nov 26, 2024
2 checks passed
@LNSD LNSD deleted the lnsd/chore-deps-remove-dependency-on-toolshed-crate branch November 26, 2024 18:45
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