From 350b631d450a10ddba78dd4e0d1e3d5becb9723a Mon Sep 17 00:00:00 2001 From: Yeicor Date: Tue, 27 Sep 2022 09:52:36 +0000 Subject: [PATCH] Update Cargo.toml to version 1.2.12 (automatic) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3b90d4..118873a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3158,7 +3158,7 @@ dependencies = [ [[package]] name = "sdf-viewer" -version = "1.2.11" +version = "1.2.12" dependencies = [ "anyhow", "approx 0.5.1", diff --git a/Cargo.toml b/Cargo.toml index cb6c563..9be9dab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdf-viewer" -version = "1.2.11" +version = "1.2.12" authors = ["Yeicor "] description = "SDF Viewer" repository = "https://github.com/Yeicor/sdf-viewer"