Skip to content

Commit 21f6ed0

Browse files
committed
bump versions
1 parent e4cddc3 commit 21f6ed0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fyrox-build-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ rust-version = "1.86"
1414

1515
[dependencies]
1616
fyrox-core = { path = "../fyrox-core", version = "1.0.0-rc.1" }
17-
fyrox-ui = { path = "../fyrox-ui", version = "1.0.0-rc.1" }
17+
fyrox-ui = { path = "../fyrox-ui", version = "1.0.0-rc.2" }
1818
fyrox-resource = { path = "../fyrox-resource", version = "1.0.0-rc.1" }
1919
serde = { version = "1.0.215", features = ["derive"] }

fyrox-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.86"
1818
fyrox-core-derive = { path = "../fyrox-core-derive", version = "1.0.0-rc.1" }
1919
fyrox-core = { path = "../fyrox-core", version = "1.0.0-rc.1", features = ["serde"] }
2020
fyrox-sound = { path = "../fyrox-sound", version = "1.0.0-rc.1" }
21-
fyrox-ui = { path = "../fyrox-ui", version = "1.0.0-rc.1" }
21+
fyrox-ui = { path = "../fyrox-ui", version = "1.0.0-rc.2" }
2222
fyrox-resource = { path = "../fyrox-resource", version = "1.0.0-rc.1" }
2323
fyrox-animation = { path = "../fyrox-animation", version = "1.0.0-rc.1" }
2424
fyrox-graph = { path = "../fyrox-graph", version = "1.0.0-rc.1" }

fyrox-ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fyrox-ui"
3-
version = "1.0.0-rc.1"
3+
version = "1.0.0-rc.2"
44
authors = ["Dmitry Stepanov <d1maxa@yandex.ru>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)