release: 1.0.3

fix: load ort-version via bash script on all release runners, toolchain
harmonization
This commit is contained in:
Per Stark
2026-06-12 09:12:32 +02:00
parent 00453fdcbe
commit 28e8ede478
16 changed files with 55 additions and 36 deletions
+2 -3
View File
@@ -218,9 +218,8 @@ fn add_char_into_object(
}
}
}
(&Value::Bool(true), &ObjectStatus::Scalar { .. }, 'e')
| (&Value::Bool(false), &ObjectStatus::Scalar { .. }, 'e')
| (&Value::Object(_), &ObjectStatus::ValueQuoteClose, '}') => {
(&Value::Bool(true) | &Value::Bool(false), &ObjectStatus::Scalar { .. }, 'e')
| (&Value::Object(_), &ObjectStatus::ValueQuoteClose, '}') => {
*current_status = ObjectStatus::Closed;
}