From 643aa77c5c96c9721a6e53145096076c9a58c773 Mon Sep 17 00:00:00 2001
From: Stephen <stephen@stephendownward.ca>
Date: Tue, 12 Jan 2021 18:42:14 -0400
Subject: [PATCH] Xbasic version bump

---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index ed93be4..2e2e7d3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1646,9 +1646,9 @@ dependencies = [
 
 [[package]]
 name = "xbasic"
-version = "0.3.0"
+version = "0.3.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3bcfdc9c1e50045d9786e35e16b6381584a9916097c0545d35b305e5b14650ac"
+checksum = "ff711e02a0840644b63e9906fd12bc15e7346f08531467b3962b3ed712bdd6ba"
 dependencies = [
  "num-derive",
  "num-traits",
diff --git a/Cargo.toml b/Cargo.toml
index b8e4360..70ae02d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ tokio = {version = "0.2", features = ["full", "time"] }
 phf = { version = "0.8", features = ["macros"] }
 toml = "0.5"
 serde = { version = "1.0", features = ["derive"] }
-xbasic = "0.3"
+xbasic = "0.3.1"
 png = "0.16"
 diesel = { version = "1.4", features = ["postgres", "numeric"] }
 dotenv = "0.15.0"
-- 
GitLab