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]