Merge branch 'master' of ssh://gavania.de:23/hodasemi/ProjektMaus

This commit is contained in:
hodasemi 2023-04-12 13:28:51 +02:00
commit 5f9c5db37d
2 changed files with 7 additions and 1 deletions

View file

@ -10,7 +10,7 @@ cortex-m = "0.7.7"
cortex-m-rt = "0.7.3"
rp-pico = "0.7.0"
panic-halt = "0.2.0"
defmt = "0.3.2"
defmt = "0.3.4"
usb-device = "0.2.9"
usbd-hid = "0.6.1"
critical-section = "1.1.1"

6
renovate.json Normal file
View file

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}