mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-24 10:56:29 +02:00
release: 1.0.3
fix: load ort-version via bash script on all release runners, toolchain harmonization
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user