-
-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): Bump derive_more from 0.99 to 1.0 #148
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
Conversation
@@ -64,7 +64,6 @@ mod node; | |||
mod tree; | |||
|
|||
pub use build::*; | |||
pub use macros::*; |
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.
this is because of a failure when using 1.80
error: unused import: `macros::*`
--> src/lib.rs:67:9
|
67 | pub use macros::*;
| ^^^^^^^^^
|
note: the lint level is defined here
--> src/lib.rs:59:9
|
59 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
Happy to abandon is the MSRV in |
0228e56
to
18e96f5
Compare
Oh, sorry @KSXGitHub , I see now via email that you pushed to this branch, and I overwrote it. |
18e96f5
to
0228e56
Compare
@jayvdb I overwrote it again, can you pull it? |
Deploying 0.7.0: https://github.com/KSXGitHub/build-fs-tree/actions/runs/10432326793 |
Released 0.7.0. |
No description provided.