Skip to content

Commit

Permalink
Updated dependency and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
myFavShrimp committed Aug 8, 2024
1 parent 6c697e6 commit 2cc3065
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 0.9.1
# 0.9.3

- Updated lightningcss

# 0.9.2

- Fixed settings parsing of browser version target arrays with a single major version specification (thank you @emnul for reporting the issue)

Expand Down
19 changes: 10 additions & 9 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.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = [
]

[workspace.package]
version = "0.9.2"
version = "0.9.3"
edition = "2021"
authors = ["myFavShrimp <[email protected]>"]
license = "MIT"
Expand All @@ -34,4 +34,4 @@ publish.workspace = true

[dependencies.turf_macros]
path = "turf_macros"
version = "0.9.2"
version = "0.9.3"
2 changes: 1 addition & 1 deletion turf_internals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ features = ["derive"]

[dependencies.lightningcss]
# the alpha version matches newer versions as well if not pinned
version = "=1.0.0-alpha.57"
version = "=1.0.0-alpha.58"
default-features = false
features = ["grid", "visitor"]

Expand Down
2 changes: 1 addition & 1 deletion turf_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ convert_case = "0.6.0"

[dependencies.turf_internals]
path = "../turf_internals"
version = "0.9.2"
version = "0.9.3"

0 comments on commit 2cc3065

Please sign in to comment.