Skip to content

Commit 72aac4f

Browse files
authored
Merge pull request #141 from RafaelJohn9/update/cargo.toml
chore: update cargo.toml with meta description
2 parents 1f5be1c + da3b0bb commit 72aac4f

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- v[0-9]+.[0-9]+.[0-9]+
7+
workflow_dispatch:
78

89
permissions:
910
contents: write

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
[package]
22

33
name = "gh-templates"
4-
version = "0.0.1"
5-
edition = "2024"
4+
version = "0.1.1"
5+
edition = "2021"
6+
authors = ["John Kagunda rafaeljohb@gmail.com"]
7+
description = "A template project for GitHub-related utilities."
8+
license = "APACHE-2.0"
9+
610

711
[dependencies]
812
anyhow = "1.0.98"

0 commit comments

Comments
 (0)