mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 22:25:26 +00:00
Upgrade all dependencies, including new rbx_ crates
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
* Changed plugin error messages to be a little more useful
|
* Changed plugin error messages to be a little more useful
|
||||||
* Removed unused 'Config' button in plugin UI
|
* Removed unused 'Config' button in plugin UI
|
||||||
* Fixed bug where bad server responses could cause the plugin to be in a bad state
|
* Fixed bug where bad server responses could cause the plugin to be in a bad state
|
||||||
|
* Upgraded to rbx\_tree, rbx\_xml, and rbx\_binary 0.2.0, which dramatically expands the kinds of properties that Rojo can handle, especially in XML.
|
||||||
|
|
||||||
## [0.5.0 Alpha 0](https://github.com/LPGhatguy/rojo/releases/tag/v0.5.0-alpha.0) (January 14, 2019)
|
## [0.5.0 Alpha 0](https://github.com/LPGhatguy/rojo/releases/tag/v0.5.0-alpha.0) (January 14, 2019)
|
||||||
* "Epiphany" rewrite, in progress since the beginning of time
|
* "Epiphany" rewrite, in progress since the beginning of time
|
||||||
|
|||||||
403
Cargo.lock
generated
403
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -35,9 +35,9 @@ serde = "1.0"
|
|||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
uuid = { version = "0.7", features = ["v4", "serde"] }
|
uuid = { version = "0.7", features = ["v4", "serde"] }
|
||||||
rbx_tree = "0.1.0"
|
rbx_tree = "0.2.0"
|
||||||
rbx_xml = "0.1.0"
|
rbx_xml = "0.2.0"
|
||||||
rbx_binary = "0.1.0"
|
rbx_binary = "0.2.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3.0"
|
tempfile = "3.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user