changeset 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 b128a3ae98ef
children 95950dc832cf
files rust/hgcli/pyoxidizer.bzl
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/rust/hgcli/pyoxidizer.bzl	Thu May 06 15:45:04 2021 -0700
+++ b/rust/hgcli/pyoxidizer.bzl	Thu May 06 16:00:44 2021 -0700
@@ -106,11 +106,3 @@
 )
 
 resolve_targets()
-
-# END OF COMMON USER-ADJUSTED SETTINGS.
-#
-# Everything below this is typically managed by PyOxidizer and doesn't need
-# to be updated by people.
-
-PYOXIDIZER_VERSION = "0.9.0"
-PYOXIDIZER_COMMIT = "1fbc264cc004226cd76ee452e0a386ffca6ccfb1"