Skip to content

Commit

Permalink
Switched to git specified pin rather than patch pin
Browse files Browse the repository at this point in the history
  • Loading branch information
LaserWitch committed Dec 17, 2023
1 parent 857712a commit 2ea0bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ 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
3 changes: 2 additions & 1 deletion languages/bevy_mod_scripting_lua/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ path="src/lib.rs"
[dependencies]
bevy= { version = "0.11", default-features = false}
bevy_mod_scripting_core = {path="../../bevy_mod_scripting_core", version = "0.3.0" }
tealr = { version = "=0.9.0-alpha4", features=["mlua_vendored","mlua_send"]}
#Git pin required for v0.9.0-alpha4 dependancy, without it 0.9.1 is pulled
tealr = {git="https://github.com/lenscas/tealr.git", rev="05c9cdbace8abb6c12fc200e03a7ffcc5afff308", features=["mlua_vendored","mlua_send"]}
parking_lot = "0.12.1"
serde_json = "1.0.81"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 2ea0bc6

Please sign in to comment.