Skip to content

Commit

Permalink
Switch to using the Cargo Resolver v2
Browse files Browse the repository at this point in the history
The main issue here is that Askama 0.10 isn't compatible with it, so I
needed to update Askama then fix the breakage in nimbus-fml.
  • Loading branch information
bendk committed Sep 27, 2023
1 parent 65283ab commit b9bf2a3
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 174 deletions.
140 changes: 22 additions & 118 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[workspace]
resolver = "2"

# Note: Any additions here should be repeated in default-members below.
members = [
"components/as-ohttp-client",
Expand Down
2 changes: 1 addition & 1 deletion components/support/nimbus-fml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json = "1"
serde_yaml = "0.8.21"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0.29"
askama = "0.10.5"
askama = "0.12"
textwrap = "0.14.2"
heck = "0.3.3"
unicode-segmentation = "1.8.0"
Expand Down
Loading

0 comments on commit b9bf2a3

Please sign in to comment.