File tree Expand file tree Collapse file tree 2 files changed +12
-17
lines changed Expand file tree Collapse file tree 2 files changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,13 @@ fn main() {
26
26
27
27
let version_file_str = format ! (
28
28
r#"
29
-
30
- // auto generated by build.rs
31
-
32
- pub const NAME: &str = "{}";
33
- pub const VERSION: &str = "{}";
34
- pub const AUTHOR: &str = "{}";
35
- pub const DESCRIPTION: &str = "{}";
29
+ // auto generated by build.rs
36
30
37
- "# ,
31
+ pub const NAME: &str = "{}";
32
+ pub const VERSION: &str = "{}";
33
+ pub const AUTHOR: &str = "{}";
34
+ pub const DESCRIPTION: &str = "{}";
35
+ "# ,
38
36
cargo_toml. package. name,
39
37
cargo_toml. package. version,
40
38
cargo_toml. package. authors. join( ", " ) ,
Original file line number Diff line number Diff line change
1
+ // auto generated by build.rs
1
2
2
-
3
- // auto generated by build.rs
4
-
5
- pub const NAME : & str = "grc" ;
6
- pub const VERSION : & str = "1.3.0" ;
7
- pub const AUTHOR : & str = "sdttttt <sdttttt@outlook.com>" ;
8
- pub const DESCRIPTION : & str = "Similar to git-cz, gcr will help you to provide a better Git experience." ;
9
-
10
-
3
+ pub const NAME : & str = "grc" ;
4
+ pub const VERSION : & str = "1.3.0" ;
5
+ pub const AUTHOR : & str = "sdttttt <sdttttt@outlook.com>" ;
6
+ pub const DESCRIPTION : & str =
7
+ "Similar to git-cz, gcr will help you to provide a better Git experience." ;
You can’t perform that action at this time.
0 commit comments