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 filetime to v0.2.25 #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
121 changes: 110 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


Unchanged files with check annotations Beta

}
/// Colours for `MacOS` tags
#[cfg(target_os = "osx")]

Check warning on line 100 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Check

unexpected `cfg` condition value: `osx`

Check warning on line 100 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Publishing x86_64-unknown-linux-gnu

unexpected `cfg` condition value: `osx`

Check warning on line 100 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Publishing x86_64-unknown-linux-musl

unexpected `cfg` condition value: `osx`

Check warning on line 100 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Test (stable, ubuntu-latest)

unexpected `cfg` condition value: `osx`
#[cfg_attr(feature = "cli", derive(ValueEnum))]
#[derive(Debug, Clone, Copy, Deserialize, Serialize)]
pub enum MacOsTagColourKind {
Orange,
}
#[cfg(target_os = "osx")]

Check warning on line 114 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Check

unexpected `cfg` condition value: `osx`

Check warning on line 114 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Publishing x86_64-unknown-linux-gnu

unexpected `cfg` condition value: `osx`

Check warning on line 114 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Publishing x86_64-unknown-linux-musl

unexpected `cfg` condition value: `osx`

Check warning on line 114 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Test (stable, ubuntu-latest)

unexpected `cfg` condition value: `osx`
impl MacOsTagColourKind {
/// Returns `true` if the mac os tag colours is [`None`].
///
}
}
#[cfg(target_os = "osx")]

Check warning on line 181 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Check

unexpected `cfg` condition value: `osx`

Check warning on line 181 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Publishing x86_64-unknown-linux-gnu

unexpected `cfg` condition value: `osx`

Check warning on line 181 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Publishing x86_64-unknown-linux-musl

unexpected `cfg` condition value: `osx`

Check warning on line 181 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Test (stable, ubuntu-latest)

unexpected `cfg` condition value: `osx`
impl Default for MacOsTagColourKind {
fn default() -> Self {
Self::None
/// # "#;
/// # let config = OrganizeConfig::load_from_string(rule, ConfigFileFormat::Yaml);
/// ```
#[cfg(target_os = "osx")]

Check warning on line 509 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Check

unexpected `cfg` condition value: `osx`

Check warning on line 509 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Publishing x86_64-unknown-linux-gnu

unexpected `cfg` condition value: `osx`

Check warning on line 509 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Publishing x86_64-unknown-linux-musl

unexpected `cfg` condition value: `osx`

Check warning on line 509 in crates/organize-rs_core/src/actions.rs

GitHub Actions / Test (stable, ubuntu-latest)

unexpected `cfg` condition value: `osx`
#[serde(rename = "macos_tags")]
MacOsTags {
#[cfg_attr(feature = "cli", arg(long))]
simulation_output: _,
simulation_returncode: _,
} => todo!(),
#[cfg(target_os = "osx")]

Check warning on line 52 in crates/organize-rs_core/src/actions/impl_.rs

GitHub Actions / Check

unexpected `cfg` condition value: `osx`

Check warning on line 52 in crates/organize-rs_core/src/actions/impl_.rs

GitHub Actions / Publishing x86_64-unknown-linux-gnu

unexpected `cfg` condition value: `osx`

Check warning on line 52 in crates/organize-rs_core/src/actions/impl_.rs

GitHub Actions / Publishing x86_64-unknown-linux-musl

unexpected `cfg` condition value: `osx`

Check warning on line 52 in crates/organize-rs_core/src/actions/impl_.rs

GitHub Actions / Test (stable, ubuntu-latest)

unexpected `cfg` condition value: `osx`
ActionKind::MacOsTags { tags } => todo!(),
}
}
use serde::{Deserialize, Serialize};
use crate::aliases;

Check warning on line 6 in crates/organize-rs_core/src/aliases.rs

GitHub Actions / Check

unused import: `crate::aliases`

Check warning on line 6 in crates/organize-rs_core/src/aliases.rs

GitHub Actions / Publishing x86_64-unknown-linux-gnu

unused import: `crate::aliases`

Check warning on line 6 in crates/organize-rs_core/src/aliases.rs

GitHub Actions / Publishing x86_64-unknown-linux-musl

unused import: `crate::aliases`

Check warning on line 6 in crates/organize-rs_core/src/aliases.rs

GitHub Actions / Test (stable, ubuntu-latest)

unused import: `crate::aliases`
#[derive(Debug, Clone, Deserialize, Serialize)]
pub enum ItemKind {
use std::{fmt::Display, fs::File, path::Path, str::FromStr};
#[cfg(feature = "cli")]
use clap::ValueEnum;

Check warning on line 12 in crates/organize-rs_core/src/config.rs

GitHub Actions / Check

unused import: `clap::ValueEnum`

Check warning on line 12 in crates/organize-rs_core/src/config.rs

GitHub Actions / Publishing x86_64-unknown-linux-gnu

unused import: `clap::ValueEnum`

Check warning on line 12 in crates/organize-rs_core/src/config.rs

GitHub Actions / Publishing x86_64-unknown-linux-musl

unused import: `clap::ValueEnum`

Check warning on line 12 in crates/organize-rs_core/src/config.rs

GitHub Actions / Test (stable, ubuntu-latest)

unused import: `clap::ValueEnum`
use displaydoc::Display;
use ron::ser::PrettyConfig;
/// # "#;
/// # let config = OrganizeConfig::load_from_string(rule, ConfigFileFormat::Yaml);
/// ```
#[cfg(target_os = "osx")]

Check warning on line 226 in crates/organize-rs_core/src/filters.rs

GitHub Actions / Check

unexpected `cfg` condition value: `osx`

Check warning on line 226 in crates/organize-rs_core/src/filters.rs

GitHub Actions / Publishing x86_64-unknown-linux-gnu

unexpected `cfg` condition value: `osx`

Check warning on line 226 in crates/organize-rs_core/src/filters.rs

GitHub Actions / Publishing x86_64-unknown-linux-musl

unexpected `cfg` condition value: `osx`

Check warning on line 226 in crates/organize-rs_core/src/filters.rs

GitHub Actions / Test (stable, ubuntu-latest)

unexpected `cfg` condition value: `osx`
#[serde(rename = "date_added")]
Added {
/// This filter uses the `range` syntax (always inclusive) of Rust.
/// # "#;
/// # let config = OrganizeConfig::load_from_string(rule, ConfigFileFormat::Yaml);
/// ```
#[cfg(feature = "research_organize")]

Check warning on line 599 in crates/organize-rs_core/src/filters.rs

GitHub Actions / Check

unexpected `cfg` condition value: `research_organize`

Check warning on line 599 in crates/organize-rs_core/src/filters.rs

GitHub Actions / Publishing x86_64-unknown-linux-gnu

unexpected `cfg` condition value: `research_organize`

Check warning on line 599 in crates/organize-rs_core/src/filters.rs

GitHub Actions / Publishing x86_64-unknown-linux-musl

unexpected `cfg` condition value: `research_organize`

Check warning on line 599 in crates/organize-rs_core/src/filters.rs

GitHub Actions / Test (stable, ubuntu-latest)

unexpected `cfg` condition value: `research_organize`
#[serde(rename = "hash")]
Hash,
/// Defines a string that makes organize skip a location when found in the file name
/// # "#;
/// # let config = OrganizeConfig::load_from_string(rule, ConfigFileFormat::Yaml);
/// ```
#[cfg(target_os = "osx")]

Check warning on line 815 in crates/organize-rs_core/src/filters.rs

GitHub Actions / Check

unexpected `cfg` condition value: `osx`

Check warning on line 815 in crates/organize-rs_core/src/filters.rs

GitHub Actions / Publishing x86_64-unknown-linux-gnu

unexpected `cfg` condition value: `osx`

Check warning on line 815 in crates/organize-rs_core/src/filters.rs

GitHub Actions / Publishing x86_64-unknown-linux-musl

unexpected `cfg` condition value: `osx`

Check warning on line 815 in crates/organize-rs_core/src/filters.rs

GitHub Actions / Test (stable, ubuntu-latest)

unexpected `cfg` condition value: `osx`
#[serde(rename = "macos_tags")]
MacOsTags {
#[cfg_attr(feature = "cli", arg(long))]
//! application's configuration file and/or command-line options
//! for specifying it.
use organize_rs_core::aliases::Reference;

Check failure on line 7 in src/config.rs

GitHub Actions / Check

unresolved import `organize_rs_core::aliases::Reference`

Check failure on line 7 in src/config.rs

GitHub Actions / Publishing x86_64-unknown-linux-gnu

unresolved import `organize_rs_core::aliases::Reference`

Check failure on line 7 in src/config.rs

GitHub Actions / Publishing x86_64-unknown-linux-musl

unresolved import `organize_rs_core::aliases::Reference`

Check failure on line 7 in src/config.rs

GitHub Actions / Test (stable, ubuntu-latest)

unresolved import `organize_rs_core::aliases::Reference`
use organize_rs_core::rules::Rule;
use serde::{Deserialize, Serialize};