diff --git a/Cargo.toml b/Cargo.toml index 3d3eabe4..a4d2c83a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", ] } @@ -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 } diff --git a/README.md b/README.md index 2912b6c5..7fccdc26 100644 --- a/README.md +++ b/README.md @@ -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