fix: compilation with latest taffy commit

Also adds `rev =` to `Cargo.toml` specifying the latest commit.

A library like `libcosmic` shouldn't use git dependencies without
specifying a commit or tag.
This commit is contained in:
Ian Douglas Scott 2023-11-22 11:12:59 -08:00 committed by GitHub
parent 57f4abb8a0
commit d1537b4c39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -128,6 +128,7 @@ optional = true
[dependencies.taffy]
git = "https://github.com/DioxusLabs/taffy"
rev = "7781c70"
features = ["grid"]
[workspace]