Bump dependency from rbx_tree 0.2.0 to rbx_dom_weak 0.3.0

This commit is contained in:
Lucien Greathouse
2019-02-14 17:22:44 -08:00
parent 51a010de00
commit 2890c677d4
9 changed files with 23 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ use std::{
use log::warn;
use failure::Fail;
use maplit::hashmap;
use rbx_tree::RbxValue;
use rbx_dom_weak::RbxValue;
use serde_derive::{Serialize, Deserialize};
pub static PROJECT_FILENAME: &'static str = "default.project.json";