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): breaking bumps #1957

Merged
merged 1 commit into from
Jan 28, 2025
Merged

chore(deps): breaking bumps #1957

merged 1 commit into from
Jan 28, 2025

Conversation

DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented Jan 28, 2025

Also remove schnellru as we already have lru

@@ -56,7 +56,6 @@ auto_impl.workspace = true
dashmap = "6.0"
futures-utils-wasm.workspace = true
futures.workspace = true
schnellru.workspace = true
Copy link
Member

Choose a reason for hiding this comment

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

makes sense, no reason to import two lru impls

@@ -25,7 +25,7 @@ all = "warn"

[workspace.lints.clippy]
all = { level = "warn", priority = -1 }
missing-const-for-fn = "warn"
missing-const-for-fn = "allow" # TODO: https://github.com/rust-lang/rust-clippy/issues/14020
Copy link
Member

Choose a reason for hiding this comment

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

this has been driving me insane for the last two days

Copy link
Member Author

Choose a reason for hiding this comment

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

unfortunate that it's very unstable

@mattsse mattsse merged commit 4554735 into main Jan 28, 2025
27 checks passed
@mattsse mattsse deleted the dani/breaking-bumps2 branch January 28, 2025 12:14
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