Skip to content

Commit

Permalink
Merge pull request #1182 from cloudflare/bcoll/compat-date-2023-09-14
Browse files Browse the repository at this point in the history
Bump compatibility date to `2023-09-14` for release
  • Loading branch information
mrbbot committed Sep 14, 2023
2 parents 5adeb24 + 0d8b683 commit d4b1914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ build --verbose_failures
build --build_tag_filters=-off-by-default

# Enable webgpu
common --//src/workerd/io:enable_experimental_webgpu=True
# TODO(soon): enable this by default again
# common --//src/workerd/io:enable_experimental_webgpu=True

# Our dependencies (ICU, zlib, etc.) produce a lot of these warnings, so we disable them.
build --per_file_copt='external/com_googlesource_chromium_icu@-Wno-ambiguous-reversed-operator,-Wno-deprecated-declarations'
Expand Down
2 changes: 1 addition & 1 deletion src/workerd/io/compatibility-date.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using Cxx = import "/capnp/c++.capnp";
$Cxx.namespace("workerd");
$Cxx.allowCancellation;

const supportedCompatibilityDate :Text = "2023-09-08";
const supportedCompatibilityDate :Text = "2023-09-14";
# Newest compatibility date that can safely be set using code compiled from this repo. Trying to
# run a Worker with a newer compatibility date than this will fail.
#
Expand Down

0 comments on commit d4b1914

Please sign in to comment.