From 137b99bb5b14d3cd92bc28691d3602e04cb98487 Mon Sep 17 00:00:00 2001 From: Stephen <stephen@stephendownward.ca> Date: Fri, 8 Jan 2021 20:39:56 -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 026bff8..ed93be4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1646,9 +1646,9 @@ dependencies = [ [[package]] name = "xbasic" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "453543b752a5b939950e2e3209769c174a2fde1de6e18969b658c626e0688e76" +checksum = "3bcfdc9c1e50045d9786e35e16b6381584a9916097c0545d35b305e5b14650ac" dependencies = [ "num-derive", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 1cc3be1..b8e4360 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.2.1" +xbasic = "0.3" png = "0.16" diesel = { version = "1.4", features = ["postgres", "numeric"] } dotenv = "0.15.0" -- GitLab