From 2aef0d23bc8a7f2ae3c22263af675115859fdf94 Mon Sep 17 00:00:00 2001 From: Yeicor Date: Sat, 6 Aug 2022 17:30:15 +0000 Subject: [PATCH] Update Cargo.toml to version 0.0.44 (automatic) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb25d0c..3adf427 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3116,7 +3116,7 @@ dependencies = [ [[package]] name = "sdf-viewer" -version = "0.0.43" +version = "0.0.44" dependencies = [ "anyhow", "approx 0.5.1", diff --git a/Cargo.toml b/Cargo.toml index ea085eb..1afac5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdf-viewer" -version = "0.0.43" +version = "0.0.44" authors = ["Yeicor "] description = "SDF Viewer" repository = "https://github.com/Yeicor/sdf-viewer"