Skip to content

Commit

Permalink
bump deps to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGrosser committed Oct 24, 2024
1 parent 7519f9b commit f887f89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions alire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "rp2040_hal"
description = "Drivers and HAL for the RP2040 micro-controller family"
version = "2.3.0"
version = "2.4.0"
licenses = "BSD-3-Clause"

authors = ["Jeremy Grosser"]
Expand All @@ -10,10 +10,10 @@ tags = ["embedded", "nostd", "rp2040", "raspberrypi", "drivers"]
website = "https://pico-doc.synack.me/"

[[depends-on]]
cortex_m = "~0.5"
atomic = "~0.5"
hal = "~0.3"
usb_embedded = "~0.3"
cortex_m = "^1"
atomic = "^1"
hal = "^1"
usb_embedded = "^1"
gnat_arm_elf = "^14"

[configuration.variables]
Expand Down

0 comments on commit f887f89

Please sign in to comment.