Skip to content

Commit e57748d

Browse files
committed
provisioning: Force v2 baseline, zero ambiguity
Signed-off-by: Ikey Doherty <[email protected]>
1 parent f7af84d commit e57748d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/provisioning/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ impl Parser {
5757
pub fn new(name: String, contents: String) -> Result<Self, Error> {
5858
let source = Arc::new(contents.to_string());
5959
let ns = NamedSource::new(name, source).with_language("KDL");
60-
let d = KdlDocument::parse(ns.inner())?;
60+
let d = KdlDocument::parse_v2(ns.inner())?;
6161

6262
let mut strategies = vec![];
6363

0 commit comments

Comments
 (0)