From 87c514de3a869222488a99e65bd1670d76745122 Mon Sep 17 00:00:00 2001 From: XdoctorwhoZ Date: Tue, 17 Dec 2024 14:02:34 +0100 Subject: [PATCH] prepare 0.1.1 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 33e7ef8..5d2668a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pza-plugin-vi" edition = "2021" -version = "0.1.0" +version = "0.1.1" [lib] path = "src/lib.rs" @@ -9,7 +9,7 @@ crate-type = ["lib", "cdylib"] [dependencies] # Core -panduza-platform-core = { git = "https://github.com/Panduza/panduza-platform-core", tag = "0.1.9" } +panduza-platform-core = { git = "https://github.com/Panduza/panduza-platform-core", tag = "0.1.10" } # Main async framework for the platform tokio = { version = "1.40.0", features = ["full"] } # Json serialization & deserialization @@ -34,7 +34,7 @@ tracing-core = { version = "0.1.32" } [package.metadata.cargo-post.dependencies] # Core -panduza-platform-core = { git = "https://github.com/Panduza/panduza-platform-core", tag = "0.1.9" } +panduza-platform-core = { git = "https://github.com/Panduza/panduza-platform-core", tag = "0.1.10" } [features]