Skip to content

Commit

Permalink
update migration
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Aug 13, 2023
1 parent 4f65b26 commit 9a62c32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tooling/cli/src/migrate/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ fn migrate_dependency_table<D: TableLike>(dep: &mut D, version: String, remove:
features_array.remove(index);
if f == "reqwest-native-tls-vendored" {
add_features.push("native-tls-vendored");
} else if f == "system-tray" {
add_features.push("tray-icon");
}
}
}
Expand Down

0 comments on commit 9a62c32

Please sign in to comment.