Skip to content

Commit c330000

Browse files
committed
fix formatting
1 parent d8158f8 commit c330000

2 files changed

Lines changed: 113 additions & 105 deletions

File tree

firecrest_client/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ fn main() -> Result<()> {
3737
std::fs::write("./src/types.rs", content)?;
3838
// format file
3939
std::process::Command::new("cargo")
40+
.arg("+nightly")
4041
.arg("fmt")
4142
.arg("--")
4243
.arg("./src/types.rs")

0 commit comments

Comments
 (0)