From bb8c707357be2892e799fb16ea21138644cb3862 Mon Sep 17 00:00:00 2001 From: 4bb4 <67376761+4bb4@users.noreply.github.com> Date: Tue, 7 Sep 2021 19:01:29 +0200 Subject: [PATCH] Bumped versions --- Cargo.toml | 4 ++-- implot-sys-bindgen/Cargo.toml | 2 +- implot-sys/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4e6c09a..387c1b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "implot" -version = "0.4.0" +version = "0.5.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.4.0", path = "implot-sys" } +implot-sys = { version = "0.5.0", path = "implot-sys" } imgui = { version = "=0.6.0" } bitflags = "1.0" parking_lot = "0.11" diff --git a/implot-sys-bindgen/Cargo.toml b/implot-sys-bindgen/Cargo.toml index 8bc1db3..8e5f5f4 100644 --- a/implot-sys-bindgen/Cargo.toml +++ b/implot-sys-bindgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "implot-sys-bindgen" -version = "0.2.0" +version = "0.3.0" authors = ["Sandro Merkli"] edition = "2018" diff --git a/implot-sys/Cargo.toml b/implot-sys/Cargo.toml index acfe02e..31a1dd1 100644 --- a/implot-sys/Cargo.toml +++ b/implot-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "implot-sys" -version = "0.4.0" +version = "0.5.0" edition = "2018" authors = ["Sandro Merkli", "implot-rs contributors"] description = "Raw FFI bindings to implot"