Skip to content

Commit

Permalink
cairo: Add missing version
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Feb 4, 2024
1 parent 62b22ec commit d2a2d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ optional = true
workspace = true

[dependencies]
ffi = { package = "cairo-sys-rs", path = "sys" }
ffi = { package = "cairo-sys-rs", path = "sys", version = "0.19" }
libc.workspace = true
bitflags.workspace = true
thiserror.workspace = true
Expand Down

0 comments on commit d2a2d44

Please sign in to comment.