Skip to content

Commit

Permalink
Bump release version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Jul 3, 2024
1 parent cd94ddd commit 7b92584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "usb_embedded"
description = "An Ada USB stack for embedded devices"
version = "0.3.0"
version = "0.3.1"

authors = ["Fabien Chouteau"]
maintainers = ["Fabien Chouteau <[email protected]>"]
Expand All @@ -10,8 +10,8 @@ licenses = "BSD-3-Clause"
tags = ["embedded", "usb", "hid", "midi", "nostd"]

[[depends-on]]
hal = "~0.3"
bbqueue = "~0.3.0"
hal = "~0.4"
bbqueue = "~0.3.2"

[configuration.variables]
Control_Buffer_Size = {type = "Integer", first = 256, default = 256 }
Expand Down

0 comments on commit 7b92584

Please sign in to comment.