Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ By default, if you provide `"my-tool"` as the file name using `config_file_name`
2. It checks if any of `my-tool.yaml`, `my-tool.toml`, or `my-tool.json` exist (or whatever formats you specified in `config_file_formats`).
3. If not found, it walks up parent directories until it reaches the root.
4. If a file is found, it's loaded.
5. If multiple files
5. If multiple files are found in the same directory, it's a fatal error.
2 changes: 1 addition & 1 deletion examples/advanced/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "advanced"
version = "0.2.0"
version = "0.5.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "basic"
version = "0.2.0"
version = "0.5.0"
edition = "2021"

[dependencies]
Expand Down