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

Support Current Rust Toolchain #70

Merged

Conversation

abhillman
Copy link
Contributor

Resolves #69

Resolves warnings like this:

```
warning: use of deprecated method `cargo_test_support::Execs::with_stderr`: replaced with `Execs::with_stderr_data(expected)`
   --> tests/patch_create_and_delete.rs:104:7
    |
104 |     e.with_stderr("Error: Both old and new file are all empty.")
    |       ^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default
```
@abhillman abhillman force-pushed the aryeh/support-current-rust-toolchain branch from 4e6b841 to f5664b4 Compare September 17, 2024 23:59
Cargo.toml Outdated Show resolved Hide resolved
@mettke
Copy link
Member

mettke commented Sep 18, 2024

Awesome thank. Looks like the tests are working. If you make the mentioned change I'm change I'm happy to get it in

@abhillman abhillman requested a review from mettke September 18, 2024 16:52
@abhillman abhillman force-pushed the aryeh/support-current-rust-toolchain branch from 924915b to 15e0422 Compare September 18, 2024 16:53
@abhillman abhillman force-pushed the aryeh/support-current-rust-toolchain branch from 15e0422 to 7cccb65 Compare September 18, 2024 16:53
@mettke mettke merged commit f99685f into itmettkeDE:master Sep 19, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

cargo install cargo-patch fails
2 participants