Skip to content

Commit

Permalink
Update godot-rust version: 0.10.0-rc.0 -> 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Mar 13, 2022
1 parent fd7f256 commit 4049486
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion bindings-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ documentation = "https://docs.rs/crate/gdnative_bindings_generator"
repository = "https://github.com/godot-rust/godot-rust"
homepage = "https://godot-rust.github.io/"
license = "MIT"
version = "0.10.0-rc.0"
version = "0.10.0"
workspace = ".."
edition = "2021"
rust-version = "1.56"
Expand Down
8 changes: 4 additions & 4 deletions gdnative-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Runtime async support for godot-rust."
documentation = "https://docs.rs/crate/gdnative-async"
repository = "https://github.com/godot-rust/godot-rust"
homepage = "https://godot-rust.github.io/"
version = "0.10.0-rc.0"
version = "0.10.0"
license = "MIT"
workspace = ".."
edition = "2021"
Expand All @@ -14,9 +14,9 @@ rust-version = "1.56"
[features]

[dependencies]
gdnative-derive = { path = "../gdnative-derive", version = "=0.10.0-rc.0" }
gdnative-core = { path = "../gdnative-core", version = "=0.10.0-rc.0" }
gdnative-bindings = { path = "../gdnative-bindings", version = "=0.10.0-rc.0" }
gdnative-derive = { path = "../gdnative-derive", version = "=0.10.0" }
gdnative-core = { path = "../gdnative-core", version = "=0.10.0" }
gdnative-bindings = { path = "../gdnative-bindings", version = "=0.10.0" }
atomic-waker = "1"
crossbeam-channel = "0.5"
crossbeam-utils = "0.8"
Expand Down
8 changes: 4 additions & 4 deletions gdnative-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "The Godot game engine's automatcally generated bindings to Godot
documentation = "https://docs.rs/crate/gdnative-bindings"
repository = "https://github.com/godot-rust/godot-rust"
homepage = "https://godot-rust.github.io/"
version = "0.10.0-rc.0"
version = "0.10.0"
license = "MIT"
workspace = ".."
edition = "2021"
Expand All @@ -17,10 +17,10 @@ one-class-one-file = []
custom-godot = ["gdnative_bindings_generator/custom-godot"]

[dependencies]
gdnative-sys = { path = "../gdnative-sys", version = "=0.10.0-rc.0" }
gdnative-core = { path = "../gdnative-core", version = "=0.10.0-rc.0" }
gdnative-sys = { path = "../gdnative-sys", version = "=0.10.0" }
gdnative-core = { path = "../gdnative-core", version = "=0.10.0" }
bitflags = "1"
libc = "0.2"

[build-dependencies]
gdnative_bindings_generator = { path = "../bindings-generator", version = "=0.10.0-rc.0" }
gdnative_bindings_generator = { path = "../bindings-generator", version = "=0.10.0" }
6 changes: 3 additions & 3 deletions gdnative-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "The Godot game engine's gdnative core bindings."
documentation = "https://docs.rs/crate/gdnative-core"
repository = "https://github.com/godot-rust/godot-rust"
homepage = "https://godot-rust.github.io/"
version = "0.10.0-rc.0"
version = "0.10.0"
license = "MIT"
workspace = ".."
edition = "2021"
Expand All @@ -17,8 +17,8 @@ gd-test = []
type-tag-fallback = []

[dependencies]
gdnative-sys = { path = "../gdnative-sys", version = "=0.10.0-rc.0" }
gdnative-impl-proc-macros = { path = "../impl/proc-macros", version = "=0.10.0-rc.0" }
gdnative-sys = { path = "../gdnative-sys", version = "=0.10.0" }
gdnative-impl-proc-macros = { path = "../impl/proc-macros", version = "=0.10.0" }
ahash = "0.7.6"
approx = "0.5"
atomic-take = "1"
Expand Down
2 changes: 1 addition & 1 deletion gdnative-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "The Godot game engine's gdnative derive and procedural macros."
documentation = "https://docs.rs/crate/gdnative-derive"
repository = "https://github.com/godot-rust/godot-rust"
homepage = "https://godot-rust.github.io/"
version = "0.10.0-rc.0"
version = "0.10.0"
license = "MIT"
workspace = ".."
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gdnative-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Generated bindings to the Godot game engine's gdnative core types
documentation = "https://docs.rs/crate/gdnative-sys"
repository = "https://github.com/godot-rust/godot-rust"
homepage = "https://godot-rust.github.io/"
version = "0.10.0-rc.0"
version = "0.10.0"
build = "build.rs"
license = "MIT"
workspace = ".."
Expand Down
10 changes: 5 additions & 5 deletions gdnative/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["gamedev", "godot", "engine", "bindings"]
documentation = "https://docs.rs/crate/gdnative"
repository = "https://github.com/godot-rust/godot-rust"
homepage = "https://godot-rust.github.io/"
version = "0.10.0-rc.0"
version = "0.10.0"
license = "MIT"
workspace = ".."
readme = "../README.md"
Expand All @@ -26,10 +26,10 @@ gd-test = ["gdnative-core/gd-test"]
type-tag-fallback = ["gdnative-core/type-tag-fallback"]

[dependencies]
gdnative-derive = { path = "../gdnative-derive", version = "=0.10.0-rc.0" }
gdnative-core = { path = "../gdnative-core", version = "=0.10.0-rc.0" }
gdnative-bindings = { path = "../gdnative-bindings", version = "=0.10.0-rc.0" }
gdnative-async = { path = "../gdnative-async", version = "=0.10.0-rc.0", optional = true }
gdnative-derive = { path = "../gdnative-derive", version = "=0.10.0" }
gdnative-core = { path = "../gdnative-core", version = "=0.10.0" }
gdnative-bindings = { path = "../gdnative-bindings", version = "=0.10.0" }
gdnative-async = { path = "../gdnative-async", version = "=0.10.0", optional = true }

[dev-dependencies]
trybuild = "1.0.18" # earrlier versions use broken termcolor 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion impl/proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["The godot-rust developers"]
description = "Internal dependency of the gdnative bindings."
repository = "https://github.com/godot-rust/godot-rust"
homepage = "https://godot-rust.github.io/"
version = "0.10.0-rc.0"
version = "0.10.0"
license = "MIT"
workspace = "../.."
edition = "2021"
Expand Down

0 comments on commit 4049486

Please sign in to comment.