Skip to content

Commit

Permalink
Set required version for the bindings generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
nical committed Sep 25, 2018
1 parent 2d8ce8f commit 3d10b28
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion animation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ gd_test = []
gdnative_common = { path = "../common", version = "0.5.0" }

[build-dependencies]
gdnative_bindings_generator = { path = "../bindings_generator" }
gdnative_bindings_generator = { path = "../bindings_generator", version = "0.1.0" }
2 changes: 1 addition & 1 deletion arvr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ gd_test = []
gdnative_common = { path = "../common", version = "0.5.0" }

[build-dependencies]
gdnative_bindings_generator = { path = "../bindings_generator" }
gdnative_bindings_generator = { path = "../bindings_generator", version = "0.1.0" }
2 changes: 1 addition & 1 deletion audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ gd_test = []
gdnative_common = { path = "../common", version = "0.5.0" }

[build-dependencies]
gdnative_bindings_generator = { path = "../bindings_generator" }
gdnative_bindings_generator = { path = "../bindings_generator", version = "0.1.0" }
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ libc = "0.2"
bitflags = "1.0"

[build-dependencies]
gdnative_bindings_generator = { path = "../bindings_generator" }
gdnative_bindings_generator = { path = "../bindings_generator", version = "0.1.0" }
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ libc = "0.2"
bitflags = "1.0"

[build-dependencies]
gdnative_bindings_generator = { path = "../bindings_generator" }
gdnative_bindings_generator = { path = "../bindings_generator", version = "0.1.0" }
2 changes: 1 addition & 1 deletion editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ gdnative_animation = { path = "../animation", version = "0.5.0" }


[build-dependencies]
gdnative_bindings_generator = { path = "../bindings_generator" }
gdnative_bindings_generator = { path = "../bindings_generator", version = "0.1.0" }
2 changes: 1 addition & 1 deletion graphics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ gd_test = []
gdnative_common = { path = "../common", version = "0.5.0" }

[build-dependencies]
gdnative_bindings_generator = { path = "../bindings_generator" }
gdnative_bindings_generator = { path = "../bindings_generator", version = "0.1.0" }
2 changes: 1 addition & 1 deletion input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ gd_test = []
gdnative_common = { path = "../common", version = "0.5.0" }

[build-dependencies]
gdnative_bindings_generator = { path = "../bindings_generator" }
gdnative_bindings_generator = { path = "../bindings_generator", version = "0.1.0" }
2 changes: 1 addition & 1 deletion network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ gd_test = []
gdnative_common = { path = "../common", version = "0.5.0" }

[build-dependencies]
gdnative_bindings_generator = { path = "../bindings_generator" }
gdnative_bindings_generator = { path = "../bindings_generator", version = "0.1.0" }
2 changes: 1 addition & 1 deletion physics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ gd_test = []
gdnative_common = { path = "../common", version = "0.5.0" }

[build-dependencies]
gdnative_bindings_generator = { path = "../bindings_generator" }
gdnative_bindings_generator = { path = "../bindings_generator", version = "0.1.0" }
2 changes: 1 addition & 1 deletion ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ gdnative_common = { path = "../common", version = "0.5.0" }
gdnative_video = { path = "../video", version = "0.5.0" }

[build-dependencies]
gdnative_bindings_generator = { path = "../bindings_generator" }
gdnative_bindings_generator = { path = "../bindings_generator", version = "0.1.0" }
2 changes: 1 addition & 1 deletion video/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ gd_test = []
gdnative_common = { path = "../common", version = "0.5.0" }

[build-dependencies]
gdnative_bindings_generator = { path = "../bindings_generator" }
gdnative_bindings_generator = { path = "../bindings_generator", version = "0.1.0" }
2 changes: 1 addition & 1 deletion visual_script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ gd_test = []
gdnative_common = { path = "../common", version = "0.5.0" }

[build-dependencies]
gdnative_bindings_generator = { path = "../bindings_generator" }
gdnative_bindings_generator = { path = "../bindings_generator", version = "0.1.0" }

0 comments on commit 3d10b28

Please sign in to comment.