Skip to content

Commit

Permalink
Merge pull request #1215 from GuillaumeGomez/update-system-deps
Browse files Browse the repository at this point in the history
Update system-deps version in generated crates
  • Loading branch information
sdroege committed Aug 31, 2021
2 parents 9e7b5ee + 9e5c247 commit 3158f69
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 @@ -72,7 +72,7 @@ fn fill_in(root: &mut Table, env: &Env) {

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

{
Expand Down

0 comments on commit 3158f69

Please sign in to comment.