Skip to content

Commit 857712a

Browse files
authored
Pinned exact revision of tealr via patch in cargo.toml. Resolves #89 (#91)
1 parent 87a3da3 commit 857712a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ path = "src/documentation/main.rs"
2020
name = "bevy_mod_scripting"
2121
path = "src/lib.rs"
2222

23+
24+
[patch.crates-io]
25+
#Patch required for v0.9.0-alpha4 dependancy, unless cargo can be convinced to hard-pin to it.
26+
tealr = {git="https://github.com/lenscas/tealr.git", rev="05c9cdbace8abb6c12fc200e03a7ffcc5afff308"}
27+
2328
[package.metadata."docs.rs"]
2429
features = ["lua", "lua54", "rhai", "lua_script_api", "rhai_script_api", "teal"]
2530

0 commit comments

Comments
 (0)