diff --git a/.gitignore b/.gitignore index d81f12ed..885765bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target /.idea +.DS_Store diff --git a/Cargo.lock b/Cargo.lock index c33cc717..9449c6fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "languages-github-actions" -version = "0.0.1" +version = "0.0.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index f24f5536..b5a75014 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,7 @@ [package] name = "languages-github-actions" -description = "GitHub Actions for the Languages Team" -version = "0.0.1" -repository = "https://github.com/heroku/languages-github-actions.git" -rust-version = "1.74" +rust-version = "1.75" edition = "2021" -publish = false [[bin]] name = "actions"