File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ experimental-godot-api = []
22
22
[dependencies ]
23
23
godot-bindings = { path = " ../godot-bindings" , version = " =0.1.3" }
24
24
25
- heck = " 0.4 "
25
+ heck = " 0.5 "
26
26
nanoserde = " 0.1.35"
27
27
28
28
# Minimum versions compatible with -Zminimal-versions
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ api-4-2-2 = ["godot-ffi/api-4-2-2"]
43
43
godot-ffi = { path = " ../godot-ffi" , version = " =0.1.3" }
44
44
45
45
# See https://docs.rs/glam/latest/glam/index.html#feature-gates
46
- glam = { version = " 0.27 " , features = [" debug-glam-assert" ] }
46
+ glam = { version = " 0.28 " , features = [" debug-glam-assert" ] }
47
47
serde = { version = " 1" , features = [" derive" ], optional = true }
48
48
godot-cell = { path = " ../godot-cell" , version = " =0.1.3" }
49
49
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ proc-macro2 = "1.0.80" # Literal::c_string() added in 1.0.80.
23
23
quote = " 1.0.29"
24
24
25
25
# Enabled by `docs`
26
- markdown = { version = " 1.0.0-alpha.17 " , optional = true }
26
+ markdown = { version = " 1.0.0-alpha.19 " , optional = true }
27
27
venial = " 0.6"
28
28
29
29
[build-dependencies ]
You can’t perform that action at this time.
0 commit comments