File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ edition = "2018"
13
13
[features ]
14
14
15
15
[dependencies ]
16
- gdnative-derive = { path = " ../gdnative-derive" , version = " =0.9.3 " }
17
- gdnative-core = { path = " ../gdnative-core" , version = " =0.9.3 " }
18
- gdnative-bindings = { path = " ../gdnative-bindings" , version = " =0.9.3 " }
16
+ gdnative-derive = { path = " ../gdnative-derive" }
17
+ gdnative-core = { path = " ../gdnative-core" }
18
+ gdnative-bindings = { path = " ../gdnative-bindings" }
19
19
atomic-waker = " 1"
20
20
crossbeam-channel = " 0.5"
21
21
crossbeam-utils = " 0.8"
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ gd-test = []
16
16
type-tag-fallback = []
17
17
18
18
[dependencies ]
19
- gdnative-sys = { path = " ../gdnative-sys" , version = " 0.9.3 " }
20
- gdnative-impl-proc-macros = { path = " ../impl/proc_macros" , version = " =0.9.3 " }
19
+ gdnative-sys = { path = " ../gdnative-sys" }
20
+ gdnative-impl-proc-macros = { path = " ../impl/proc_macros" }
21
21
ahash = " 0.7.6"
22
22
approx = " 0.5"
23
23
atomic-take = " 1"
@@ -30,4 +30,4 @@ parking_lot = "0.12"
30
30
serde = { version = " 1" , features = [" derive" ], optional = true }
31
31
32
32
[dev-dependencies ]
33
- gdnative = { path = " ../gdnative" , version = " 0.9.3 " } # for doc-tests
33
+ gdnative = { path = " ../gdnative" } # for doc-tests
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ gd-test = ["gdnative-core/gd-test"]
27
27
type-tag-fallback = [" gdnative-core/type-tag-fallback" ]
28
28
29
29
[dependencies ]
30
- gdnative-derive = { path = " ../gdnative-derive" , version = " =0.9.3 " }
31
- gdnative-core = { path = " ../gdnative-core" , version = " =0.9.3 " }
32
- gdnative-bindings = { path = " ../gdnative-bindings" , version = " =0.9.3 " }
33
- gdnative-async = { path = " ../gdnative-async" , version = " =0.9.3 " , optional = true }
30
+ gdnative-derive = { path = " ../gdnative-derive" }
31
+ gdnative-core = { path = " ../gdnative-core" }
32
+ gdnative-bindings = { path = " ../gdnative-bindings" }
33
+ gdnative-async = { path = " ../gdnative-async" , optional = true }
34
34
35
35
[dev-dependencies ]
36
36
trybuild = " 1.0.18" # earrlier versions use broken termcolor 1.0.0
You can’t perform that action at this time.
0 commit comments