Skip to content

Commit fc27f98

Browse files
authored
Generate new semver baseline (#3835)
1 parent d02dd21 commit fc27f98

File tree

8 files changed

+1
-0
lines changed

8 files changed

+1
-0
lines changed

esp-hal/api-baseline/esp32.json.gz

-106 KB
Binary file not shown.

esp-hal/api-baseline/esp32c2.json.gz

-63.4 KB
Binary file not shown.

esp-hal/api-baseline/esp32c3.json.gz

-107 KB
Binary file not shown.

esp-hal/api-baseline/esp32c6.json.gz

-133 KB
Binary file not shown.

esp-hal/api-baseline/esp32h2.json.gz

-127 KB
Binary file not shown.

esp-hal/api-baseline/esp32s2.json.gz

-121 KB
Binary file not shown.

esp-hal/api-baseline/esp32s3.json.gz

-142 KB
Binary file not shown.

xtask/src/semver_check.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ pub(crate) fn remove_unstable_items(path: &Path) -> Result<(), anyhow::Error> {
131131
"#[cfg(any(doc, feature = \"unstable\"))]",
132132
"#[<cfg>(feature = \"unstable\")]",
133133
"#[cfg(feature = \"unstable\")]",
134+
"#[doc(cfg(feature = \"unstable\"))]",
134135
];
135136

136137
for (id, item) in &mut krate.index {

0 commit comments

Comments
 (0)