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:
parent
57f4abb8a0
commit
d1537b4c39
2 changed files with 3 additions and 2 deletions
|
|
@ -128,6 +128,7 @@ optional = true
|
|||
|
||||
[dependencies.taffy]
|
||||
git = "https://github.com/DioxusLabs/taffy"
|
||||
rev = "7781c70"
|
||||
features = ["grid"]
|
||||
|
||||
[workspace]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue