Skip to content

Commit

Permalink
Update to system-deps 7
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege authored and bilelmoussaoui committed Jun 18, 2024
1 parent c9e32ef commit d2437c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/sys/cargo_toml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ fn fill_in(root: &mut Table, env: &Env) {

{
let build_deps = upsert_table(root, "build-dependencies");
set_string(build_deps, "system-deps", "6");
set_string(build_deps, "system-deps", "7");
}

{
Expand Down

0 comments on commit d2437c8

Please sign in to comment.