Skip to content

Commit

Permalink
prepare 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
XdoctorwhoZ committed Dec 17, 2024
1 parent f06bd1e commit 87c514d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "pza-plugin-vi"
edition = "2021"
version = "0.1.0"
version = "0.1.1"

[lib]
path = "src/lib.rs"
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
Expand All @@ -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]
Expand Down

0 comments on commit 87c514d

Please sign in to comment.