Merge branch 'master' of ssh://gavania.de:23/hodasemi/ProjektMaus
This commit is contained in:
commit
5f9c5db37d
2 changed files with 7 additions and 1 deletions
|
@ -10,7 +10,7 @@ cortex-m = "0.7.7"
|
||||||
cortex-m-rt = "0.7.3"
|
cortex-m-rt = "0.7.3"
|
||||||
rp-pico = "0.7.0"
|
rp-pico = "0.7.0"
|
||||||
panic-halt = "0.2.0"
|
panic-halt = "0.2.0"
|
||||||
defmt = "0.3.2"
|
defmt = "0.3.4"
|
||||||
usb-device = "0.2.9"
|
usb-device = "0.2.9"
|
||||||
usbd-hid = "0.6.1"
|
usbd-hid = "0.6.1"
|
||||||
critical-section = "1.1.1"
|
critical-section = "1.1.1"
|
||||||
|
|
6
renovate.json
Normal file
6
renovate.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:base"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue