Skip to content

Commit

Permalink
Update core to 0.1.10 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
XdoctorwhoZ authored Dec 17, 2024
1 parent 9771c78 commit da4ad25
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,7 +1,7 @@
[package]
name = "pza-plugin-korad"
edition = "2021"
version = "1.0.6"
version = "1.0.7"

[lib]
path = "src/lib.rs"
Expand All @@ -10,7 +10,7 @@ crate-type = ["lib", "cdylib"]
[dependencies]

# The panduza core library
panduza-platform-core = { git = "https://github.com/Panduza/panduza-platform-core", tag = "0.1.9", features = [
panduza-platform-core = { git = "https://github.com/Panduza/panduza-platform-core", tag = "0.1.10", features = [
"serial",
] }
# The panduza connectors library
Expand All @@ -25,7 +25,7 @@ futures = "0.3.17"

[package.metadata.cargo-post.dependencies]
# Only for env paths
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" }

[build-dependencies]
#
Expand Down

0 comments on commit da4ad25

Please sign in to comment.