From 25f941ca15aafc71574d2ad2666f68142fe20a7f Mon Sep 17 00:00:00 2001 From: Rohit Narurkar Date: Fri, 13 Jan 2023 12:34:29 +0800 Subject: [PATCH] chore: bump up versions --- Cargo.lock | 2 +- Cargo.toml | 2 +- svm-builds/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8540a0d..86898b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1332,7 +1332,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "svm-rs" -version = "0.2.18" +version = "0.2.19" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index f58e27b..32f0ee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svm-rs" -version = "0.2.18" +version = "0.2.19" edition = "2018" authors = ["Rohit Narurkar "] license = "MIT OR Apache-2.0" diff --git a/svm-builds/Cargo.toml b/svm-builds/Cargo.toml index d35ec7e..ef269e3 100644 --- a/svm-builds/Cargo.toml +++ b/svm-builds/Cargo.toml @@ -14,7 +14,7 @@ build = "build.rs" [build-dependencies] build_const = "0.2.2" -svm = { package = "svm-rs", version = "0.2.18", path = "..", features = ["blocking"]} +svm = { package = "svm-rs", version = "0.2.19", path = "..", features = ["blocking"]} semver = { version = "1.0.4", default-features = false, features = ["std", "serde"] } hex = "0.4.3" serde_json = "1.0.79"