Update to stable rbx-dom libraries

This commit is contained in:
Lucien Greathouse
2021-06-29 01:20:09 -04:00
parent a3d8e50f26
commit 672d207961
36 changed files with 129 additions and 122 deletions

View File

@@ -73,7 +73,7 @@ fn install_plugin() -> anyhow::Result<()> {
let tree = session.tree();
let root_id = tree.get_root_id();
rbx_binary::to_writer_default(&mut file, tree.inner(), &[root_id])?;
rbx_binary::to_writer(&mut file, tree.inner(), &[root_id])?;
Ok(())
}