Skip to content

Commit

Permalink
fix plugin interfaces with core 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
XdoctorwhoZ committed Nov 28, 2024
1 parent f449240 commit 023a68c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
# panduza-platform-core = { git = "https://github.com/Panduza/panduza-platform-core", branch = "main", features = [
# "log",
# ] }
panduza-platform-core = { git = "https://github.com/Panduza/panduza-platform-core", tag = "0.1.2", features = [
panduza-platform-core = { git = "https://github.com/Panduza/panduza-platform-core", tag = "0.1.3", features = [
# "serial",
"log",
] }
Expand Down Expand Up @@ -102,12 +102,12 @@ rust_decimal_macros = "1.35"
# crate-type = ["lib"] => because plugins need to be compile as simple lib when built-in
# ---
# Korad devices
pza-plugin-korad = { git = "https://github.com/Panduza/pza-plugin-korad", tag = "1.0.0", features = [
pza-plugin-korad = { git = "https://github.com/Panduza/pza-plugin-korad", tag = "1.0.2", features = [
"log",
], optional = true }
# ---
# Hameg devices
pza-plugin-hameg = { git = "https://github.com/Panduza/pza-plugin-hameg", branch = "main", features = [
pza-plugin-hameg = { git = "https://github.com/Panduza/pza-plugin-hameg", tag = "1.0.1", features = [
"log",
], optional = true }

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ To embbed built-in drivers
```bash
# Enable fmt tracing (std terminal logs)
cargo run --features log,built-in-drivers
cargo build --features log,built-in-drivers
```

## Manage log levels
Expand Down

0 comments on commit 023a68c

Please sign in to comment.