build: Use Cargo.lock included with the repo by default
This should fix some future problems with dependencies getting updated in a way that's unsupported by the build tools targeted by Squeekboard.
This commit is contained in:
@ -16,5 +16,5 @@ test_layout = custom_target('squeekboard-test-layout',
|
||||
+ cargo_build_flags,
|
||||
install: true,
|
||||
install_dir: bindir,
|
||||
depends: cargo_toml,
|
||||
depends: cargo_deps,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user