Skip to content
Open
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
5 changes: 1 addition & 4 deletions contrib/settings-generator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ enum Preferences {
},
/// # File
/// Use a custom config file
File {
/// # Configuration File:
config: FilePicker,
},
File(FilePicker),
/// # Default
/// Use sapio-cli's default settings configuration
Default,
Expand Down
3 changes: 3 additions & 0 deletions src/Miniscript/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package was not compiling with the stable toolchain.

channel = "nightly"

Loading