From bfcaad3ad1d439c26a20c3b2b3441cbe1143af19 Mon Sep 17 00:00:00 2001 From: 4bb4 <67376761+4bb4@users.noreply.github.com> Date: Wed, 10 Feb 2021 21:21:48 +0100 Subject: [PATCH] Bumped versions to 0.4.0 --- Cargo.toml | 4 ++-- implot-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 53e06b3..90313c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "implot" -version = "0.3.0" +version = "0.4.0" edition = "2018" authors = ["Sandro Merkli", "implot-rs contributors"] description = "Rust bindings to https://github.com/epezent/implot" @@ -11,7 +11,7 @@ categories = ["gui", "api-bindings"] readme = "README.md" [dependencies] -implot-sys = { version = "0.3.0", path = "implot-sys" } +implot-sys = { version = "0.4.0", path = "implot-sys" } imgui = { version = "=0.6.0" } bitflags = "1.0" parking_lot = "0.11" diff --git a/implot-sys/Cargo.toml b/implot-sys/Cargo.toml index b24feef..acfe02e 100644 --- a/implot-sys/Cargo.toml +++ b/implot-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "implot-sys" -version = "0.3.0" +version = "0.4.0" edition = "2018" authors = ["Sandro Merkli", "implot-rs contributors"] description = "Raw FFI bindings to implot"