Update dependencies

This commit is contained in:
Lucien Greathouse
2021-06-10 00:41:35 -04:00
parent 0f7c9493d2
commit b25f2fcd5d
3 changed files with 200 additions and 236 deletions

View File

@@ -3,6 +3,7 @@
## Unreleased Changes ## Unreleased Changes
* Added "EXPERIMENTAL!" label to two-way sync toggle in Rojo's Roblox Studio plugin. * Added "EXPERIMENTAL!" label to two-way sync toggle in Rojo's Roblox Studio plugin.
* Fixed "Open Scripts Externally" feature crashing Studio ([#369][issue-369]) * Fixed "Open Scripts Externally" feature crashing Studio ([#369][issue-369])
* Updated dependencies, fixing `HumanoidDescription` ID issues.
[issue-369]: https://github.com/rojo-rbx/rojo/issues/369 [issue-369]: https://github.com/rojo-rbx/rojo/issues/369

431
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,7 @@
--- ---
source: src/snapshot_middleware/json_model.rs source: src/snapshot_middleware/json_model.rs
expression: instance_snapshot expression: instance_snapshot
--- ---
snapshot_id: ~ snapshot_id: ~
metadata: metadata:
@@ -14,7 +15,7 @@ name: foo
class_name: IntValue class_name: IntValue
properties: properties:
Value: Value:
Type: Int32 Type: Int64
Value: 5 Value: 5
children: children:
- snapshot_id: ~ - snapshot_id: ~
@@ -26,3 +27,4 @@ children:
class_name: StringValue class_name: StringValue
properties: {} properties: {}
children: [] children: []