Skip to content

Commit

Permalink
Update cargo-c version installed
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Oct 22, 2024
1 parent 04257a0 commit c021987
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gvsbuild/projects/librsvg.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ def __init__(self):
self.add_param("-Dvala=disabled")

def build(self):
# Install cargo-c version compatible with Cargo 0.77.x
self.builder.exec_cargo("install --force cargo-c --version 0.9.32 --locked")
self.builder.exec_cargo("install cargo-c --locked")
Meson.build(self)
self.install(r".\COPYING.LIB share\doc\librsvg")

Expand Down

0 comments on commit c021987

Please sign in to comment.