Skip to content

Commit

Permalink
specify gdnative-bindings version in gdnative crate
Browse files Browse the repository at this point in the history
  • Loading branch information
karroffel committed Dec 22, 2019
1 parent a19a830 commit 3f8371c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdnative/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bindings = ["gdnative-bindings"]
[dependencies]
gdnative-derive = { path = "../gdnative-derive", version = "0.7.0" }
gdnative-core = { path = "../gdnative-core", version = "0.7.0" }
gdnative-bindings = { optional = true, path = "../gdnative-bindings" }
gdnative-bindings = { optional = true, path = "../gdnative-bindings", version = "0.7.0" }

[package.metadata.docs.rs]
all-features = true

0 comments on commit 3f8371c

Please sign in to comment.