Skip to content

Commit 23e100f

Browse files
committed
rename asset
Signed-off-by: Nik Nasr <[email protected]>
1 parent 23ea7a2 commit 23e100f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// by the Apache License, Version 2.0.
1010

1111
use std::env;
12-
use std::fs::{DirEntry, File, create_dir_all};
12+
use std::fs::{create_dir_all, DirEntry, File};
1313
use std::path::{Path, PathBuf};
1414

1515
use anyhow::Context;

0 commit comments

Comments
 (0)