mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 22:25:26 +00:00
Release v7.0.0-alpha.1
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rojo"
|
||||
version = "6.0.2"
|
||||
version = "7.0.0-alpha.1"
|
||||
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
|
||||
description = "Enables professional-grade development tools for Roblox developers"
|
||||
license = "MPL-2.0"
|
||||
@@ -54,11 +54,11 @@ memofs = { version = "0.1.2", path = "memofs" }
|
||||
# rbx_reflection_database = { path = "../rbx-dom/rbx_reflection_database" }
|
||||
# rbx_xml = { path = "../rbx-dom/rbx_xml" }
|
||||
|
||||
rbx_binary = { git = "https://github.com/rojo-rbx/rbx-dom", branch = "master" }
|
||||
rbx_dom_weak = { git = "https://github.com/rojo-rbx/rbx-dom", branch = "master" }
|
||||
rbx_reflection = { git = "https://github.com/rojo-rbx/rbx-dom", branch = "master" }
|
||||
rbx_reflection_database = { git = "https://github.com/rojo-rbx/rbx-dom", branch = "master" }
|
||||
rbx_xml = { git = "https://github.com/rojo-rbx/rbx-dom", branch = "master" }
|
||||
rbx_binary = "0.6.0-alpha.1"
|
||||
rbx_dom_weak = "2.0.0-alpha.1"
|
||||
rbx_reflection = "4.0.0-alpha.1"
|
||||
rbx_reflection_database = "0.1.0"
|
||||
rbx_xml = "0.12.0-alpha.1"
|
||||
|
||||
anyhow = "1.0.27"
|
||||
backtrace = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user