Skip to content

Commit

Permalink
Update grass to 0.13 (#2321)
Browse files Browse the repository at this point in the history
This allows benefitting from some bugfixes (potentially breaking but
better compatibility with the reference Sass impl)
  • Loading branch information
ISSOtm authored and Keats committed Dec 18, 2023
1 parent 105257b commit 8fe219a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion components/libs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rayon = "1"
regex = "1"
relative-path = "1"
reqwest = { version = "0.11", default-features = false, features = ["blocking"] }
grass = {version = "0.12.1", default-features = false, features = ["random"]}
grass = {version = "0.13", default-features = false, features = ["random"]}
serde_json = "1"
serde_yaml = "0.9"
sha2 = "0.10"
Expand Down

0 comments on commit 8fe219a

Please sign in to comment.