diff --git a/va416xx-hal/Cargo.toml b/va416xx-hal/Cargo.toml index fac1f63..db8d09d 100644 --- a/va416xx-hal/Cargo.toml +++ b/va416xx-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "va416xx-hal" -version = "0.2.0" +version = "0.3.0" authors = ["Robin Mueller "] edition = "2021" description = "HAL for the Vorago VA416xx family of MCUs" diff --git a/vorago-peb1/Cargo.toml b/vorago-peb1/Cargo.toml index a27ca66..7ce62e7 100644 --- a/vorago-peb1/Cargo.toml +++ b/vorago-peb1/Cargo.toml @@ -18,7 +18,7 @@ embedded-hal = "1" [dependencies.va416xx-hal] path = "../va416xx-hal" features = ["va41630"] -version = "0.2.0" +version = ">=0.3, <0.4" [dependencies.lis2dh12] git = "https://github.com/us-irs/lis2dh12.git"