summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-23 17:22:18 -0400
committerBotahamec <botahamec@outlook.com>2022-10-23 17:22:18 -0400
commit3c3609750c57f65c4f5f286c698059becceb574f (patch)
tree167c03c66eecbfa0a72c5ca4e0f7e8eaafcd1906 /Cargo.toml
parent9740df324d9fd4ed36cbd1159fbb8f31f0f12295 (diff)
Add a pull request template
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5014d86..1b279a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://github.com/botahamec/exun/"
license-file = "LICENSE.md"
keywords = ["no_std", "no-std", "utility", "error", "error-handling"]
categories = ["rust-patterns", "no-std"]
-exclude = [".vscode/settings.json"]
+exclude = [".vscode/settings.json", ".github/pull_request_template.md"]
[package.metadata]
msrv = "1.41.1"