Skip to content

Commit

Permalink
Pinned exact revision of tealr via patch in cargo.toml. Resolves #89 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
LaserWitch committed Dec 16, 2023
1 parent 87a3da3 commit 857712a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ path = "src/documentation/main.rs"
name = "bevy_mod_scripting"
path = "src/lib.rs"


[patch.crates-io]
#Patch required for v0.9.0-alpha4 dependancy, unless cargo can be convinced to hard-pin to it.
tealr = {git="https://github.com/lenscas/tealr.git", rev="05c9cdbace8abb6c12fc200e03a7ffcc5afff308"}

[package.metadata."docs.rs"]
features = ["lua", "lua54", "rhai", "lua_script_api", "rhai_script_api", "teal"]

Expand Down

0 comments on commit 857712a

Please sign in to comment.