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 1
1
[package ]
2
2
name = " godot-bindings"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
edition = " 2021"
5
5
rust-version = " 1.87"
6
6
license = " MPL-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " godot-cell"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
edition = " 2021"
5
5
rust-version = " 1.87"
6
6
license = " MPL-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " godot-codegen"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
edition = " 2021"
5
5
rust-version = " 1.87"
6
6
license = " MPL-2.0"
@@ -22,7 +22,7 @@ experimental-godot-api = []
22
22
experimental-threads = []
23
23
24
24
[dependencies ]
25
- godot-bindings = { path = " ../godot-bindings" , version = " =0.3.1 " }
25
+ godot-bindings = { path = " ../godot-bindings" , version = " =0.3.2 " }
26
26
27
27
heck = { workspace = true }
28
28
nanoserde = { workspace = true }
@@ -31,7 +31,7 @@ quote = { workspace = true }
31
31
regex = { workspace = true }
32
32
33
33
[build-dependencies ]
34
- godot-bindings = { path = " ../godot-bindings" , version = " =0.3.1 " } # emit_godot_version_cfg
34
+ godot-bindings = { path = " ../godot-bindings" , version = " =0.3.2 " } # emit_godot_version_cfg
35
35
36
36
# https://docs.rs/about/metadata
37
37
[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " godot-core"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
edition = " 2021"
5
5
rust-version = " 1.87"
6
6
license = " MPL-2.0"
@@ -43,16 +43,16 @@ api-4-4 = ["godot-ffi/api-4-4"]
43
43
# ]]
44
44
45
45
[dependencies ]
46
- godot-ffi = { path = " ../godot-ffi" , version = " =0.3.1 " }
46
+ godot-ffi = { path = " ../godot-ffi" , version = " =0.3.2 " }
47
47
48
48
# See https://docs.rs/glam/latest/glam/index.html#feature-gates
49
49
glam = { workspace = true }
50
50
serde = { workspace = true , optional = true }
51
- godot-cell = { path = " ../godot-cell" , version = " =0.3.1 " }
51
+ godot-cell = { path = " ../godot-cell" , version = " =0.3.2 " }
52
52
53
53
[build-dependencies ]
54
- godot-bindings = { path = " ../godot-bindings" , version = " =0.3.1 " }
55
- godot-codegen = { path = " ../godot-codegen" , version = " =0.3.1 " }
54
+ godot-bindings = { path = " ../godot-bindings" , version = " =0.3.2 " }
55
+ godot-codegen = { path = " ../godot-codegen" , version = " =0.3.2 " }
56
56
57
57
# Reverse dev dependencies so doctests can use `godot::` prefix.
58
58
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " godot-ffi"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
edition = " 2021"
5
5
rust-version = " 1.87"
6
6
license = " MPL-2.0"
@@ -41,11 +41,11 @@ libc = { workspace = true }
41
41
42
42
[target .'cfg(target_family = "wasm")' .dependencies ]
43
43
# Only needed for WASM identifier generation.
44
- godot-macros = { path = " ../godot-macros" , version = " =0.3.1 " , features = [" experimental-wasm" ] }
44
+ godot-macros = { path = " ../godot-macros" , version = " =0.3.2 " , features = [" experimental-wasm" ] }
45
45
46
46
[build-dependencies ]
47
- godot-bindings = { path = " ../godot-bindings" , version = " =0.3.1 " }
48
- godot-codegen = { path = " ../godot-codegen" , version = " =0.3.1 " }
47
+ godot-bindings = { path = " ../godot-bindings" , version = " =0.3.2 " }
48
+ godot-codegen = { path = " ../godot-codegen" , version = " =0.3.2 " }
49
49
50
50
# https://docs.rs/about/metadata
51
51
[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " godot-macros"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
edition = " 2021"
5
5
rust-version = " 1.87"
6
6
license = " MPL-2.0"
@@ -29,7 +29,7 @@ litrs = { workspace = true, optional = true }
29
29
venial = { workspace = true }
30
30
31
31
[build-dependencies ]
32
- godot-bindings = { path = " ../godot-bindings" , version = " =0.3.1 " } # emit_godot_version_cfg
32
+ godot-bindings = { path = " ../godot-bindings" , version = " =0.3.2 " } # emit_godot_version_cfg
33
33
34
34
# Reverse dev dependencies so doctests can use `godot::` prefix.
35
35
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " godot"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
edition = " 2021"
5
5
rust-version = " 1.87"
6
6
license = " MPL-2.0"
@@ -10,7 +10,7 @@ description = "Rust bindings for Godot 4"
10
10
authors = [" Bromeon" , " godot-rust contributors" ]
11
11
repository = " https://github.com/godot-rust/gdext"
12
12
homepage = " https://godot-rust.github.io"
13
- documentation = " https://docs.rs/godot/0.3.1 "
13
+ documentation = " https://docs.rs/godot/0.3.2 "
14
14
readme = " crate-readme.md"
15
15
16
16
[features ]
@@ -51,8 +51,8 @@ __debug-log = ["godot-core/debug-log"]
51
51
__trace = [" godot-core/trace" ]
52
52
53
53
[dependencies ]
54
- godot-core = { path = " ../godot-core" , version = " =0.3.1 " }
55
- godot-macros = { path = " ../godot-macros" , version = " =0.3.1 " }
54
+ godot-core = { path = " ../godot-core" , version = " =0.3.2 " }
55
+ godot-macros = { path = " ../godot-macros" , version = " =0.3.2 " }
56
56
57
57
# https://docs.rs/about/metadata
58
58
[package .metadata .docs .rs ]
You can’t perform that action at this time.
0 commit comments