Skip to content

Commit

Permalink
refactor(csslsrs): Clean up some colors related code (#3)
Browse files Browse the repository at this point in the history
* refactor(csslsrs): Clean up some colors related code

* chore: lockfile

* fix: use resolver 2

* fix: use get

---------

Co-authored-by: Goulven CLEC'H <[email protected]>
  • Loading branch information
Princesseuh and goulvenclech authored Dec 4, 2024
1 parent 411c2c2 commit 197001a
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 263 deletions.
121 changes: 40 additions & 81 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[workspace]
members = ["crates/*"]
resolver = "2"
3 changes: 1 addition & 2 deletions crates/csslsrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ wasm-bindgen = { version = "0.2", optional = true }
biome_css_syntax = "0.5.7"
biome_rowan = "0.5.7"
rustc-hash = "2.0.0"
palette = "0.7.6"
phf = "0.11.2"
palette = { git = "https://github.com/Ogeon/palette/", rev = "234309cdd2f96ac04f034f963c018b98065dcfd1", version = "0.7.6" }

[dev-dependencies]
criterion = { package = "codspeed-criterion-compat", version = "*" }
Expand Down
Loading

0 comments on commit 197001a

Please sign in to comment.