From 89f0e87cf78c041d270e2b4837a69dbd6fd623f8 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Tue, 13 Dec 2022 21:08:56 +0100 Subject: [PATCH] samd51_hal 0.2.0: fix dependencies (#698) --- index/sa/samd51_hal/samd51_hal-0.2.0.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index/sa/samd51_hal/samd51_hal-0.2.0.toml b/index/sa/samd51_hal/samd51_hal-0.2.0.toml index caff158e..f2cdd18e 100644 --- a/index/sa/samd51_hal/samd51_hal-0.2.0.toml +++ b/index/sa/samd51_hal/samd51_hal-0.2.0.toml @@ -18,8 +18,9 @@ tags = ["embedded", "nostd", "atsamd51", "microchip", "atmel", "drivers"] auto-gpr-with=false # User has to select only one project file [[depends-on]] -cortex_m = "^0.1.0" -hal = "^0.1.0" +cortex_m = "~0.1.0" +hal = "~0.1.0" +gnat_arm_elf = "^11" [origin] commit = "65c420358db65e7ff678cae747aad03b687f200b"