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): update rust crate notify-debouncer-mini to 0.5 (1.x) #12213

Closed
wants to merge 1 commit into from

chore(deps): update rust crate notify-debouncer-mini to 0.5

c5a83e8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

chore(deps): update rust crate notify-debouncer-mini to 0.5 (1.x) #12213

chore(deps): update rust crate notify-debouncer-mini to 0.5
c5a83e8
Select commit
Loading
Failed to load commit list.
GitHub Actions / cli failed Jan 4, 2025 in 0s

cli

8 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 8
Warning 0
Note 0
Help 0

Versions

  • rustc 1.83.0 (90b35a623 2024-11-26)
  • cargo 1.83.0 (5ffbef321 2024-10-29)
  • clippy 0.1.83 (90b35a6 2024-11-26)

Annotations

Check failure on line 480 in src/interface/rust.rs

See this annotation in the file changed.

@github-actions github-actions / cli

mismatched types

error[E0308]: mismatched types
   --> src/interface/rust.rs:480:17
    |
480 |                 RecursiveMode::NonRecursive
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `RecursiveMode`, found `notify::RecursiveMode`
    |
    = note: `notify::RecursiveMode` and `RecursiveMode` have similar names, but are actually distinct types
note: `notify::RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-6.1.1/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
note: `RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-7.0.0/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
    = note: perhaps two different versions of crate `notify` are being used?

Check failure on line 480 in src/interface/rust.rs

See this annotation in the file changed.

@github-actions github-actions / cli

mismatched types

error[E0308]: mismatched types
   --> src/interface/rust.rs:480:17
    |
480 |                 RecursiveMode::NonRecursive
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `RecursiveMode`, found `notify::RecursiveMode`
    |
    = note: `notify::RecursiveMode` and `RecursiveMode` have similar names, but are actually distinct types
note: `notify::RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-6.1.1/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
note: `RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-7.0.0/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
    = note: perhaps two different versions of crate `notify` are being used?

Check failure on line 478 in src/interface/rust.rs

See this annotation in the file changed.

@github-actions github-actions / cli

mismatched types

error[E0308]: mismatched types
   --> src/interface/rust.rs:478:17
    |
478 |                 RecursiveMode::Recursive
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^ expected `RecursiveMode`, found `notify::RecursiveMode`
    |
    = note: `notify::RecursiveMode` and `RecursiveMode` have similar names, but are actually distinct types
note: `notify::RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-6.1.1/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
note: `RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-7.0.0/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
    = note: perhaps two different versions of crate `notify` are being used?

Check failure on line 478 in src/interface/rust.rs

See this annotation in the file changed.

@github-actions github-actions / cli

mismatched types

error[E0308]: mismatched types
   --> src/interface/rust.rs:478:17
    |
478 |                 RecursiveMode::Recursive
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^ expected `RecursiveMode`, found `notify::RecursiveMode`
    |
    = note: `notify::RecursiveMode` and `RecursiveMode` have similar names, but are actually distinct types
note: `notify::RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-6.1.1/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
note: `RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-7.0.0/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
    = note: perhaps two different versions of crate `notify` are being used?

Check failure on line 141 in src/interface/rust.rs

See this annotation in the file changed.

@github-actions github-actions / cli

mismatched types

error[E0308]: mismatched types
   --> src/interface/rust.rs:141:49
    |
141 |         .watch(&tauri_dir().join("Cargo.toml"), RecursiveMode::Recursive)?;
    |          -----                                  ^^^^^^^^^^^^^^^^^^^^^^^^ expected `RecursiveMode`, found `notify::RecursiveMode`
    |          |
    |          arguments to this method are incorrect
    |
    = note: `notify::RecursiveMode` and `RecursiveMode` have similar names, but are actually distinct types
note: `notify::RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-6.1.1/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
note: `RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-7.0.0/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
    = note: perhaps two different versions of crate `notify` are being used?
note: method defined here
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-7.0.0/src/lib.rs:313:8
    |
313 |     fn watch(&mut self, path: &Path, recursive_mode: RecursiveMode) -> Result<()>;
    |        ^^^^^

Check failure on line 141 in src/interface/rust.rs

See this annotation in the file changed.

@github-actions github-actions / cli

mismatched types

error[E0308]: mismatched types
   --> src/interface/rust.rs:141:49
    |
141 |         .watch(&tauri_dir().join("Cargo.toml"), RecursiveMode::Recursive)?;
    |          -----                                  ^^^^^^^^^^^^^^^^^^^^^^^^ expected `RecursiveMode`, found `notify::RecursiveMode`
    |          |
    |          arguments to this method are incorrect
    |
    = note: `notify::RecursiveMode` and `RecursiveMode` have similar names, but are actually distinct types
note: `notify::RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-6.1.1/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
note: `RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-7.0.0/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
    = note: perhaps two different versions of crate `notify` are being used?
note: method defined here
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-7.0.0/src/lib.rs:313:8
    |
313 |     fn watch(&mut self, path: &Path, recursive_mode: RecursiveMode) -> Result<()>;
    |        ^^^^^

Check failure on line 170 in src/helpers/web_dev_server.rs

See this annotation in the file changed.

@github-actions github-actions / cli

mismatched types

error[E0308]: mismatched types
   --> src/helpers/web_dev_server.rs:170:20
    |
170 |       .watch(&dir, notify::RecursiveMode::Recursive)
    |        -----       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `RecursiveMode`, found `notify::RecursiveMode`
    |        |
    |        arguments to this method are incorrect
    |
    = note: `notify::RecursiveMode` and `RecursiveMode` have similar names, but are actually distinct types
note: `notify::RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-6.1.1/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
note: `RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-7.0.0/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
    = note: perhaps two different versions of crate `notify` are being used?
note: method defined here
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-7.0.0/src/lib.rs:313:8
    |
313 |     fn watch(&mut self, path: &Path, recursive_mode: RecursiveMode) -> Result<()>;
    |        ^^^^^

Check failure on line 170 in src/helpers/web_dev_server.rs

See this annotation in the file changed.

@github-actions github-actions / cli

mismatched types

error[E0308]: mismatched types
   --> src/helpers/web_dev_server.rs:170:20
    |
170 |       .watch(&dir, notify::RecursiveMode::Recursive)
    |        -----       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `RecursiveMode`, found `notify::RecursiveMode`
    |        |
    |        arguments to this method are incorrect
    |
    = note: `notify::RecursiveMode` and `RecursiveMode` have similar names, but are actually distinct types
note: `notify::RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-6.1.1/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
note: `RecursiveMode` is defined in crate `notify`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-7.0.0/src/config.rs:7:1
    |
7   | pub enum RecursiveMode {
    | ^^^^^^^^^^^^^^^^^^^^^^
    = note: perhaps two different versions of crate `notify` are being used?
note: method defined here
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-7.0.0/src/lib.rs:313:8
    |
313 |     fn watch(&mut self, path: &Path, recursive_mode: RecursiveMode) -> Result<()>;
    |        ^^^^^