File tree Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " godot-bindings"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44edition = " 2021"
55rust-version = " 1.87"
66license = " MPL-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " godot-cell"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44edition = " 2021"
55rust-version = " 1.87"
66license = " MPL-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " godot-codegen"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44edition = " 2021"
55rust-version = " 1.87"
66license = " MPL-2.0"
@@ -23,7 +23,7 @@ experimental-threads = []
2323experimental-required-objs = []
2424
2525[dependencies ]
26- godot-bindings = { path = " ../godot-bindings" , version = " =0.4.1 " }
26+ godot-bindings = { path = " ../godot-bindings" , version = " =0.4.2 " }
2727
2828heck = { workspace = true }
2929nanoserde = { workspace = true }
@@ -32,7 +32,7 @@ quote = { workspace = true }
3232regex = { workspace = true }
3333
3434[build-dependencies ]
35- godot-bindings = { path = " ../godot-bindings" , version = " =0.4.1 " } # emit_godot_version_cfg
35+ godot-bindings = { path = " ../godot-bindings" , version = " =0.4.2 " } # emit_godot_version_cfg
3636
3737# https://docs.rs/about/metadata
3838[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change 11[package ]
22name = " godot-core"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44edition = " 2021"
55rust-version = " 1.87"
66license = " MPL-2.0"
@@ -40,16 +40,16 @@ api-4-5 = ["godot-ffi/api-4-5"]
4040# ]]
4141
4242[dependencies ]
43- godot-ffi = { path = " ../godot-ffi" , version = " =0.4.1 " }
43+ godot-ffi = { path = " ../godot-ffi" , version = " =0.4.2 " }
4444
4545# See https://docs.rs/glam/latest/glam/index.html#feature-gates
4646glam = { workspace = true }
4747serde = { workspace = true , optional = true }
48- godot-cell = { path = " ../godot-cell" , version = " =0.4.1 " }
48+ godot-cell = { path = " ../godot-cell" , version = " =0.4.2 " }
4949
5050[build-dependencies ]
51- godot-bindings = { path = " ../godot-bindings" , version = " =0.4.1 " }
52- godot-codegen = { path = " ../godot-codegen" , version = " =0.4.1 " }
51+ godot-bindings = { path = " ../godot-bindings" , version = " =0.4.2 " }
52+ godot-codegen = { path = " ../godot-codegen" , version = " =0.4.2 " }
5353
5454# Reverse dev dependencies so doctests can use `godot::` prefix.
5555[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " godot-ffi"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44edition = " 2021"
55rust-version = " 1.87"
66license = " MPL-2.0"
@@ -37,11 +37,11 @@ libc = { workspace = true }
3737
3838[target .'cfg(target_family = "wasm")' .dependencies ]
3939# Only needed for WASM identifier generation.
40- godot-macros = { path = " ../godot-macros" , version = " =0.4.1 " , features = [" experimental-wasm" ] }
40+ godot-macros = { path = " ../godot-macros" , version = " =0.4.2 " , features = [" experimental-wasm" ] }
4141
4242[build-dependencies ]
43- godot-bindings = { path = " ../godot-bindings" , version = " =0.4.1 " }
44- godot-codegen = { path = " ../godot-codegen" , version = " =0.4.1 " }
43+ godot-bindings = { path = " ../godot-bindings" , version = " =0.4.2 " }
44+ godot-codegen = { path = " ../godot-codegen" , version = " =0.4.2 " }
4545
4646# https://docs.rs/about/metadata
4747[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change 11[package ]
22name = " godot-macros"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44edition = " 2021"
55rust-version = " 1.87"
66license = " MPL-2.0"
@@ -29,7 +29,7 @@ litrs = { workspace = true, optional = true }
2929venial = { workspace = true }
3030
3131[build-dependencies ]
32- godot-bindings = { path = " ../godot-bindings" , version = " =0.4.1 " } # emit_godot_version_cfg
32+ godot-bindings = { path = " ../godot-bindings" , version = " =0.4.2 " } # emit_godot_version_cfg
3333
3434# Reverse dev dependencies so doctests can use `godot::` prefix.
3535[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " godot"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44edition = " 2021"
55rust-version = " 1.87"
66license = " MPL-2.0"
@@ -10,7 +10,7 @@ description = "Rust bindings for Godot 4"
1010authors = [" Bromeon" , " godot-rust contributors" ]
1111repository = " https://github.com/godot-rust/gdext"
1212homepage = " https://godot-rust.github.io"
13- documentation = " https://docs.rs/godot/0.4.1 "
13+ documentation = " https://docs.rs/godot/0.4.2 "
1414readme = " crate-readme.md"
1515
1616[features ]
@@ -48,8 +48,8 @@ __debug-log = ["godot-core/debug-log"]
4848__trace = [" godot-core/trace" ]
4949
5050[dependencies ]
51- godot-core = { path = " ../godot-core" , version = " =0.4.1 " }
52- godot-macros = { path = " ../godot-macros" , version = " =0.4.1 " }
51+ godot-core = { path = " ../godot-core" , version = " =0.4.2 " }
52+ godot-macros = { path = " ../godot-macros" , version = " =0.4.2 " }
5353
5454# https://docs.rs/about/metadata
5555[package .metadata .docs .rs ]
You can’t perform that action at this time.
0 commit comments