From 7ceb6684196706702a6a293af843746d695c1cc9 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Sun, 12 Dec 2021 16:06:07 -0600 Subject: [PATCH] Revert "try out title change (#4198)" (#4199) This reverts commit 420aee18cafa802364b908e2b66ed9db5afc07ca. --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - Cargo.lock | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8f1448620b..b4ec36529e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,5 @@ name: Bug Report description: Create a report to help us improve -title: Thank you for your bug report. We are working diligently with our community to integrate our latest code base that we call [engine-q](https://github.com/nushell/engine-q). We would like your help with this by checking to see if this bug is still needed in engine-q. Thank you for your patience while we ready the next version of nushell. body: - type: textarea id: description diff --git a/Cargo.lock b/Cargo.lock index 7dd03de599..a2c25db1f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4577,9 +4577,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.21.2" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f88d66f3341b688163d3585037954ff276cf24a234d015b30025318a3e3449a" +checksum = "fb6c2c4a6ca462f07ca89841a2618dca6e405304d19ae238997e64915d89f513" dependencies = [ "cfg-if 1.0.0", "core-foundation-sys",