-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SPDX-License-Identifier: CC0-1.0 OR MIT OR Apache-2.0 | ||
-> todo! remove this notices | ||
-> todo! remove this notice |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
[self] | ||
name = "rust_cicd_template" | ||
name = "rust_ci_cd_template" | ||
version = "0.1.0" | ||
description = "A rust ci/cd template for github" | ||
license = "CC0-1.0 OR MIT OR Apache-2.0" | ||
notices = [ | ||
"(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
// SPDX-License-Identifier: CC0-1.0 OR MIT OR Apache-2.0 | ||
// -> todo! remove this notices | ||
// -> todo! remove this notice | ||
|
||
fn main() { | ||
println!("Hello, world!"); | ||
todo!("he") | ||
} |