Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdaq committed Mar 23, 2023
1 parent 3c151dd commit 8d46bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
license = "MIT OR Apache-2.0 OR ISC OR LGPL-3.0-or-later OR CC-BY-4.0"
categories = ["filesystem", "os", "embedded"]
keywords = ["file", "read", "create", "update", "delete"]
rust-version = "1.66"
rust-version = "1.68"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ impl FileExt {
}


/// Will return absolute file path appended to the given string
/// Will return absolute working directory path appended to the given string
/// # Examples
///
/// ```
Expand Down

0 comments on commit 8d46bac

Please sign in to comment.