-
Notifications
You must be signed in to change notification settings - Fork 20
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
fix: ci, .gitignore and rust toolchain updates, lint fixes #7
Conversation
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.
Hi, thanks for providing these updates (I'll rename the PR to better reflect its contents).
Please see the requested changes. Also please squash the commits and sign them.
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.
Please squash the commits and sign them.
Cargo.lock
Outdated
@@ -3322,7 +3322,7 @@ dependencies = [ | |||
"lightning-rapid-gossip-sync 0.0.115 (registry+https://github.com/rust-lang/crates.io-index)", | |||
"magic-crypt", | |||
"mime", | |||
"miniscript 8.0.1", | |||
"miniscript 8.0.2", |
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.
let's keep the Cargo.lock
file as it was before
fix: according to the comments in pr7 ci: strict cargo test & cargo clippy ci: Lint for GitHub workflows build: specify rust target and toolchain for compilation fix: fix: cargo clippy warnings fix: cargo test warnings
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.
@shuimuliang please:
- address the last unresolved conversation (restore the original
Cargo.lock
file) - amend the commit and, while you're at it, update its message (dropping the description as it references changes that have been dropped)
- sign the amended commit
No description provided.