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.2.4 "
3+ version = " 0.3.0 "
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.2.4 "
3+ version = " 0.3.0 "
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.2.4 "
3+ version = " 0.3.0 "
44edition = " 2021"
55rust-version = " 1.87"
66license = " MPL-2.0"
@@ -21,7 +21,7 @@ experimental-godot-api = []
2121experimental-threads = []
2222
2323[dependencies ]
24- godot-bindings = { path = " ../godot-bindings" , version = " =0.2.4 " }
24+ godot-bindings = { path = " ../godot-bindings" , version = " =0.3.0 " }
2525
2626heck = { workspace = true }
2727nanoserde = { workspace = true }
@@ -30,7 +30,7 @@ quote = { workspace = true }
3030regex = { workspace = true }
3131
3232[build-dependencies ]
33- godot-bindings = { path = " ../godot-bindings" , version = " =0.2.4 " } # emit_godot_version_cfg
33+ godot-bindings = { path = " ../godot-bindings" , version = " =0.3.0 " } # emit_godot_version_cfg
3434
3535# https://docs.rs/about/metadata
3636[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change 11[package ]
22name = " godot-core"
3- version = " 0.2.4 "
3+ version = " 0.3.0 "
44edition = " 2021"
55rust-version = " 1.87"
66license = " MPL-2.0"
@@ -42,16 +42,16 @@ api-4-4 = ["godot-ffi/api-4-4"]
4242# ]]
4343
4444[dependencies ]
45- godot-ffi = { path = " ../godot-ffi" , version = " =0.2.4 " }
45+ godot-ffi = { path = " ../godot-ffi" , version = " =0.3.0 " }
4646
4747# See https://docs.rs/glam/latest/glam/index.html#feature-gates
4848glam = { workspace = true }
4949serde = { workspace = true , optional = true }
50- godot-cell = { path = " ../godot-cell" , version = " =0.2.4 " }
50+ godot-cell = { path = " ../godot-cell" , version = " =0.3.0 " }
5151
5252[build-dependencies ]
53- godot-bindings = { path = " ../godot-bindings" , version = " =0.2.4 " }
54- godot-codegen = { path = " ../godot-codegen" , version = " =0.2.4 " }
53+ godot-bindings = { path = " ../godot-bindings" , version = " =0.3.0 " }
54+ godot-codegen = { path = " ../godot-codegen" , version = " =0.3.0 " }
5555
5656# Reverse dev dependencies so doctests can use `godot::` prefix.
5757[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " godot-ffi"
3- version = " 0.2.4 "
3+ version = " 0.3.0 "
44edition = " 2021"
55rust-version = " 1.87"
66license = " MPL-2.0"
@@ -40,11 +40,11 @@ libc = { workspace = true }
4040
4141[target .'cfg(target_family = "wasm")' .dependencies ]
4242# Only needed for WASM identifier generation.
43- godot-macros = { path = " ../godot-macros" , version = " =0.2.4 " , features = [" experimental-wasm" ] }
43+ godot-macros = { path = " ../godot-macros" , version = " =0.3.0 " , features = [" experimental-wasm" ] }
4444
4545[build-dependencies ]
46- godot-bindings = { path = " ../godot-bindings" , version = " =0.2.4 " }
47- godot-codegen = { path = " ../godot-codegen" , version = " =0.2.4 " }
46+ godot-bindings = { path = " ../godot-bindings" , version = " =0.3.0 " }
47+ godot-codegen = { path = " ../godot-codegen" , version = " =0.3.0 " }
4848
4949# https://docs.rs/about/metadata
5050[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change 11[package ]
22name = " godot-macros"
3- version = " 0.2.4 "
3+ version = " 0.3.0 "
44edition = " 2021"
55rust-version = " 1.87"
66license = " MPL-2.0"
@@ -32,7 +32,7 @@ venial = { workspace = true }
3232libc = { workspace = true , optional = true }
3333
3434[build-dependencies ]
35- godot-bindings = { path = " ../godot-bindings" , version = " =0.2.4 " } # emit_godot_version_cfg
35+ godot-bindings = { path = " ../godot-bindings" , version = " =0.3.0 " } # emit_godot_version_cfg
3636
3737# Reverse dev dependencies so doctests can use `godot::` prefix.
3838[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " godot"
3- version = " 0.2.4 "
3+ version = " 0.3.0 "
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.2.4 "
13+ documentation = " https://docs.rs/godot/0.3.0 "
1414readme = " crate-readme.md"
1515
1616[features ]
@@ -49,8 +49,8 @@ __debug-log = ["godot-core/debug-log"]
4949__trace = [" godot-core/trace" ]
5050
5151[dependencies ]
52- godot-core = { path = " ../godot-core" , version = " =0.2.4 " }
53- godot-macros = { path = " ../godot-macros" , version = " =0.2.4 " }
52+ godot-core = { path = " ../godot-core" , version = " =0.3.0 " }
53+ godot-macros = { path = " ../godot-macros" , version = " =0.3.0 " }
5454
5555# https://docs.rs/about/metadata
5656[package .metadata .docs .rs ]
You can’t perform that action at this time.
0 commit comments