Skip to content

Commit

Permalink
Update file.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
facundopoblete authored Jan 21, 2025
1 parent 2a9ea38 commit ec47380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/protocol/src/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub static OPEN_LOCAL_VERSION: LazyLock<VersionReq> =
LazyLock::new(|| ">=1.13.3".parse().expect("Bad Identifier"));

pub static STATFS_VERSION: LazyLock<VersionReq> =
LazyLock::new(|| ">=1.14.0".parse().expect("Bad Identifier"));
LazyLock::new(|| ">=1.15.0".parse().expect("Bad Identifier"));

/// Internal version of Metadata across operating system (macOS, Linux)
/// Only mutual attributes
Expand Down

0 comments on commit ec47380

Please sign in to comment.