Skip to content

Commit

Permalink
Bump self-cell minimum version to 1.0.4 (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko authored Jul 19, 2024
1 parent 1c8b1f5 commit a182151
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to MiniJinja are documented here.
- minijinja-cli now supports `.ini` files. #532
- Fixed a bug that caused cycle detection to trigger incorrectly when an included
template extended from another template. #538
- Bumped the minimum version of `self_cell` to 1.0.4. #540

## 2.0.3

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.lock.msrv

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

2 changes: 1 addition & 1 deletion minijinja/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ unstable_machinery_serde = ["unstable_machinery", "serde/derive"]
aho-corasick = { version = "1.0", default-features = false, optional = true }
serde = "1.0.130"
v_htmlescape = { version = "0.15.8", optional = true }
self_cell = { version = "1.0.0", optional = true }
self_cell = { version = "1.0.4", optional = true }
serde_json = { version = "1.0.68", optional = true }
percent-encoding = { version = "2.2.0", optional = true }
indexmap = { version = "1.9.0", optional = true }
Expand Down

0 comments on commit a182151

Please sign in to comment.