diff options
author | laixintao <laixintaoo@gmail.com> | 2023-12-26 14:19:23 +0800 |
---|---|---|
committer | laixintao <laixintaoo@gmail.com> | 2023-12-26 14:19:23 +0800 |
commit | 9f01267f87317d03184ad160ccb99bd4411c2f84 (patch) | |
tree | aff4d83bc78bc5b0df759da5c6e20c7847485e7c | |
parent | 35497d0405a35d2c3ba4562add699b6264f09403 (diff) |
upgrade to 0.23.0fix-build
-rw-r--r-- | pyoxidizer.template.bzl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyoxidizer.template.bzl b/pyoxidizer.template.bzl index 3298eb9..21c4ca3 100644 --- a/pyoxidizer.template.bzl +++ b/pyoxidizer.template.bzl @@ -339,5 +339,5 @@ resolve_targets() # Everything below this is typically managed by PyOxidizer and doesn't need # to be updated by people. -PYOXIDIZER_VERSION = "0.14.1" +PYOXIDIZER_VERSION = "0.23.0" PYOXIDIZER_COMMIT = "UNKNOWN" |