Ralph[m]: > <@rursprung:matrix.org> which i think is a really sad state! > `defmt` is part of the public API of this crate though, so it has to be 1.x before i release 1.x: https://rust-lang.github.io/api-guidelines/necessities.html#c-stable i'm with [the semver definition](https://semver.org/#how-do-i-know-when-to-release-100) on this: > How do I know when to release 1.0.0? > > If your software is being used in production, it should probably already be 1.0.0. If you have a stable API on which users have come to depend, you should be 1.0.0. If you’re worrying a lot about backward compatibility, you should probably already be 1.0.0. as this applies to a ton of crates in the rust ecosystem which are still on 0.x i think it's something which should change to make things more obvious.