Skip to content

Commit

Permalink
deps: use unreleased MiniJinja upstream with changes we need for DP+ …
Browse files Browse the repository at this point in the history
…DRUF workflow
  • Loading branch information
jqnatividad committed Dec 14, 2024
1 parent 5993b00 commit 9c5f796
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 4 deletions.
37 changes: 33 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ minijinja-contrib = { version = "2", features = [
"pycompat",
"rand",
"timezone",
"unicode_wordwrap",
"wordcount",
"wordwrap",
] }
mlua = { version = "0.10", features = [
"luau",
Expand Down Expand Up @@ -312,6 +315,10 @@ grex = { git = "https://github.com/pemistahl/grex", rev = "bbf3064" }
# use modernized version of local_encoding
local-encoding = { git = "https://github.com/slonopotamus/local-encoding-rs", branch = "travis-madness" }

# use unreleased MiniJinja with features we need for DP+ DRUF workflow
minijinja = { git = "https://github.com/mitsuhiko/minijinja", rev = "a5e7af5" }
minijinja-contrib = { git = "https://github.com/mitsuhiko/minijinja", rev = "a5e7af5" }

# use our patched fork of sled to get rid of unmaintained instant
sled = { git = "https://github.com/dathere/sled", branch = "v0.34.7-bumped-parking_lot_to_0.12" }

Expand Down

0 comments on commit 9c5f796

Please sign in to comment.