Skip to content

Commit

Permalink
release: 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Sep 18, 2023
2 parents c1b5ae7 + 5f22873 commit 148203f
Show file tree
Hide file tree
Showing 6 changed files with 229 additions and 193 deletions.
26 changes: 15 additions & 11 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Project Dependencies
Package: guff
Version: 0.2.6
Generated: 2023-09-11 15:08:11 UTC
Version: 0.2.7
Generated: 2023-09-18 03:41:34 UTC

| Package | Version | Author(s) | License |
| ---- | ---- | ---- | ---- |
Expand All @@ -13,7 +13,8 @@
| [codemap](https://github.com/kevinmehall/codemap) | 0.1.3 | [Kevin Mehall](mailto:[email protected]) | Apache-2.0 or MIT |
| [const-str](https://github.com/Nugine/const-str) | 0.3.2 | [Nugine](mailto:[email protected]) | MIT |
| [const-str-proc-macro](https://github.com/Nugine/const-str) | 0.3.2 | [Nugine](mailto:[email protected]) | MIT |
| [cssparser](https://github.com/servo/rust-cssparser) | 0.29.6 | [Simon Sapin](mailto:[email protected]) | MPL-2.0 |
| [cssparser](https://github.com/servo/rust-cssparser) | 0.33.0 | [Simon Sapin](mailto:[email protected]) | MPL-2.0 |
| [cssparser-color](https://github.com/servo/rust-cssparser) | 0.1.0 | [Emilio Cobos Álvarez](mailto:[email protected]) | MPL-2.0 |
| [cssparser-macros](https://github.com/servo/rust-cssparser) | 0.6.1 | [Simon Sapin](mailto:[email protected]) | MPL-2.0 |
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.5.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [data-encoding](https://github.com/ia0/data-encoding) | 2.4.0 | [Julien Cretin](mailto:[email protected]) | MIT |
Expand All @@ -22,44 +23,47 @@
| [either](https://github.com/bluss/either) | 1.9.0 | bluss | Apache-2.0 or MIT |
| [fastrand](https://github.com/smol-rs/fastrand) | 2.0.0 | [Stjepan Glavina](mailto:[email protected]) | Apache-2.0 or MIT |
| [fxhash](https://github.com/cbreeden/fxhash) | 0.2.1 | [cbreeden](mailto:[email protected]) | Apache-2.0 or MIT |
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.11.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.11.5 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [getrandom](https://github.com/rust-random/getrandom) | 0.2.10 | The Rand Project Developers | Apache-2.0 or MIT |
| [grass](https://github.com/connorskees/grass) | 0.13.1 | [Connor Skees](mailto:[email protected]) | MIT |
| [grass_compiler](https://github.com/connorskees/grass) | 0.13.0 | [Connor Skees](mailto:[email protected]) | MIT |
| [guff_css](https://github.com/Blobfolio/guff) | 0.2.6 | [Josh Stoik](mailto:[email protected]) | WTFPL |
| [guff_css](https://github.com/Blobfolio/guff) | 0.2.7 | [Josh Stoik](mailto:[email protected]) | WTFPL |
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.11.2 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.12.3 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
| [indexmap](https://github.com/bluss/indexmap) | 1.9.3 | | Apache-2.0 or MIT |
| [itertools](https://github.com/rust-itertools/itertools) | 0.10.5 | bluss | Apache-2.0 or MIT |
| [itoa](https://github.com/dtolnay/itoa) | 1.0.9 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [lasso](https://github.com/Kixiron/lasso) | 0.6.0 | [Chase Wilson](mailto:[email protected]) | Apache-2.0 or MIT |
| [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) | 1.4.0 | [Marvin Löbel](mailto:[email protected]) | Apache-2.0 or MIT |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | 1.0.0-alpha.46 | [Devon Govett](mailto:[email protected]) | MPL-2.0 |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | 1.0.0-alpha.47 | [Devon Govett](mailto:[email protected]) | MPL-2.0 |
| [log](https://github.com/rust-lang/log) | 0.4.20 | The Rust Project Developers | Apache-2.0 or MIT |
| [matches](https://github.com/SimonSapin/rust-std-candidates) | 0.1.10 | | MIT |
| [num-traits](https://github.com/rust-num/num-traits) | 0.2.16 | The Rust Project Developers | Apache-2.0 or MIT |
| [once_cell](https://github.com/matklad/once_cell) | 1.18.0 | [Aleksey Kladov](mailto:[email protected]) | Apache-2.0 or MIT |
| [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.8 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [parcel_selectors](https://github.com/parcel-bundler/lightningcss) | 0.26.1 | The Servo Project Developers | MPL-2.0 |
| [parcel_selectors](https://github.com/parcel-bundler/lightningcss) | 0.26.2 | The Servo Project Developers | MPL-2.0 |
| [paste](https://github.com/dtolnay/paste) | 1.0.14 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [pathdiff](https://github.com/Manishearth/pathdiff) | 0.2.1 | [Manish Goregaokar](mailto:[email protected]) | Apache-2.0 or MIT |
| [phf](https://github.com/sfackler/rust-phf) | 0.10.1 | [Steven Fackler](mailto:[email protected]) | MIT |
| [phf](https://github.com/rust-phf/rust-phf) | 0.11.2 | [Steven Fackler](mailto:[email protected]) | MIT |
| [phf_generator](https://github.com/sfackler/rust-phf) | 0.10.0 | [Steven Fackler](mailto:[email protected]) | MIT |
| [phf_generator](https://github.com/rust-phf/rust-phf) | 0.11.2 | [Steven Fackler](mailto:[email protected]) | MIT |
| [phf_macros](https://github.com/sfackler/rust-phf) | 0.10.0 | [Steven Fackler](mailto:[email protected]) | MIT |
| [phf_macros](https://github.com/rust-phf/rust-phf) | 0.11.2 | [Steven Fackler](mailto:[email protected]) | MIT |
| [phf_shared](https://github.com/sfackler/rust-phf) | 0.10.0 | [Steven Fackler](mailto:[email protected]) | MIT |
| [phf_shared](https://github.com/rust-phf/rust-phf) | 0.11.2 | [Steven Fackler](mailto:[email protected]) | MIT |
| [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) | 0.2.17 | The CryptoCorrosion Contributors | Apache-2.0 or MIT |
| [precomputed-hash](https://github.com/emilio/precomputed-hash) | 0.1.1 | [Emilio Cobos Álvarez](mailto:[email protected]) | MIT |
| [proc-macro-hack](https://github.com/dtolnay/proc-macro-hack) | 0.5.20+deprecated | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.66 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.67 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [quote](https://github.com/dtolnay/quote) | 1.0.33 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [rand](https://github.com/rust-random/rand) | 0.8.5 | The Rand Project Developers and The Rust Project Developers | Apache-2.0 or MIT |
| [rand_chacha](https://github.com/rust-random/rand) | 0.3.1 | The Rand Project Developers, The Rust Project Developers, and The CryptoCorrosion Contributors | Apache-2.0 or MIT |
| [rand_core](https://github.com/rust-random/rand) | 0.6.4 | The Rand Project Developers and The Rust Project Developers | Apache-2.0 or MIT |
| [siphasher](https://github.com/jedisct1/rust-siphash) | 0.3.11 | [Frank Denis](mailto:[email protected]) | Apache-2.0 or MIT |
| [smallvec](https://github.com/servo/rust-smallvec) | 1.11.0 | The Servo Project Developers | Apache-2.0 or MIT |
| [syn](https://github.com/dtolnay/syn) | 1.0.109 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [syn](https://github.com/dtolnay/syn) | 2.0.32 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [syn](https://github.com/dtolnay/syn) | 2.0.37 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [tempfile](https://github.com/Stebalien/tempfile) | 3.8.0 | [Steven Allen](mailto:[email protected]), The Rust Project Developers, [Ashley Mannix](mailto:[email protected]), and [Jason White](mailto:[email protected]) | Apache-2.0 or MIT |
| [trimothy](https://github.com/Blobfolio/trimothy) | 0.1.8 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.11 | [David Tolnay](mailto:[email protected]) | Apache-2.0 AND Unicode-DFS-2016 or MIT |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.12 | [David Tolnay](mailto:[email protected]) | Apache-2.0 AND Unicode-DFS-2016 or MIT |
| [write_atomic](https://github.com/Blobfolio/write_atomic) | 0.4.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
2 changes: 1 addition & 1 deletion guff/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "guff"
version = "0.2.6"
version = "0.2.7"
license = "WTFPL"
authors = ["Josh Stoik <[email protected]>"]
edition = "2021"
Expand Down
8 changes: 8 additions & 0 deletions guff_css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog


## [0.2.7](https://github.com/Blobfolio/guff/releases/tag/v0.2.7) - 2023-09-17

### Changed

* Update dependencies



## [0.2.6](https://github.com/Blobfolio/guff/releases/tag/v0.2.6) - 2023-09-10

### Changed
Expand Down
4 changes: 2 additions & 2 deletions guff_css/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "guff_css"
version = "0.2.6"
version = "0.2.7"
license = "WTFPL"
authors = ["Josh Stoik <[email protected]>"]
edition = "2021"
Expand Down Expand Up @@ -28,7 +28,7 @@ version = "0.13.*"
default-features = false

[dependencies.lightningcss]
version = "=1.0.0-alpha.46"
version = "=1.0.0-alpha.47"
default-features = false
features = [ "grid" ]

Expand Down
Loading

0 comments on commit 148203f

Please sign in to comment.