forked from rojo-rbx/rojo
Update dependencies
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
## Unreleased Changes
|
||||
* Added "EXPERIMENTAL!" label to two-way sync toggle in Rojo's Roblox Studio plugin.
|
||||
* 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
|
||||
|
||||
|
||||
431
Cargo.lock
generated
431
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,7 @@
|
||||
---
|
||||
source: src/snapshot_middleware/json_model.rs
|
||||
expression: instance_snapshot
|
||||
|
||||
---
|
||||
snapshot_id: ~
|
||||
metadata:
|
||||
@@ -14,7 +15,7 @@ name: foo
|
||||
class_name: IntValue
|
||||
properties:
|
||||
Value:
|
||||
Type: Int32
|
||||
Type: Int64
|
||||
Value: 5
|
||||
children:
|
||||
- snapshot_id: ~
|
||||
@@ -26,3 +27,4 @@ children:
|
||||
class_name: StringValue
|
||||
properties: {}
|
||||
children: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user