Skip to content

Commit

Permalink
Set dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Oct 24, 2024
1 parent 3fd89f1 commit a623206
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-dev"
version = "1.1.0-dev"

authors = ["Fabien Chouteau"]
maintainers = ["Fabien Chouteau <chouteau@adacore.com>"]
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 = "^1.0.0"
bbqueue = "^1.0.0"

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

0 comments on commit a623206

Please sign in to comment.