comparison rust/hgcli/pyoxidizer.bzl @ 47200:3e18a29deec9

pyoxidizer: remove some boilerplate in file This isn't used for anything and can safely be removed. Differential Revision: https://phab.mercurial-scm.org/D10678
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 06 May 2021 16:00:44 -0700
parents 2cf61e66c6d0
children 95950dc832cf
comparison
equal deleted inserted replaced
47199:b128a3ae98ef 47200:3e18a29deec9
104 depends = ["distribution_windows", "exe_windows"], 104 depends = ["distribution_windows", "exe_windows"],
105 default = "windows" in BUILD_TARGET_TRIPLE, 105 default = "windows" in BUILD_TARGET_TRIPLE,
106 ) 106 )
107 107
108 resolve_targets() 108 resolve_targets()
109
110 # END OF COMMON USER-ADJUSTED SETTINGS.
111 #
112 # Everything below this is typically managed by PyOxidizer and doesn't need
113 # to be updated by people.
114
115 PYOXIDIZER_VERSION = "0.9.0"
116 PYOXIDIZER_COMMIT = "1fbc264cc004226cd76ee452e0a386ffca6ccfb1"