From f29dba90fc56248397f9d56f8a45b1caa3368f53 Mon Sep 17 00:00:00 2001 From: rami3l Date: Fri, 18 Dec 2020 12:52:28 +0100 Subject: [PATCH] chore: bump version to 0.9.0 --- Cargo.lock | 2 +- Cargo.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2ebe138b02..3569b1d6763 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -508,7 +508,7 @@ checksum = "afb2e1c3ee07430c2cf76151675e583e0f19985fa6efae47d6848a3e2c824f85" [[package]] name = "pacaptr" -version = "0.8.1" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f1cba289dc5..d347f2f3961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Rami3L "] description = "A pacman-like wrapper for many package managers." edition = "2018" name = "pacaptr" -version = "0.8.1" +version = "0.9.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -25,9 +25,9 @@ dirs = "3.0.1" futures = "0.3.8" is-root = "0.1.2" lazy_static = "1.4.0" -regex = { version = "1.4.2", default-features = false, features = ["std", "perf"] } -serde = { version = "1.0.118", features = ["derive"] } -tokio = { version = "0.3.6", features = ["io-std", "io-util", "macros", "process", "rt-multi-thread", "sync"] } +regex = {version = "1.4.2", default-features = false, features = ["std", "perf"]} +serde = {version = "1.0.118", features = ["derive"]} +tokio = {version = "0.3.6", features = ["io-std", "io-util", "macros", "process", "rt-multi-thread", "sync"]} which = "4.0.2" [profile.release]