this sort of works ```toml [dependencies] defmt-03 = { package = "defmt", version = "0.3", optional = true } defmt-04 = { package = "defmt", version = "0.4", optional = true } ``` and then ```rust```