mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 21:55:15 +00:00
Update dependencies
This commit is contained in:
@@ -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
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
|
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: []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user