diff --git a/rustdoc/map_gui/tools/constant.NEXT_RELEASE.html b/rustdoc/map_gui/tools/constant.NEXT_RELEASE.html index 668043c1e3..443700d924 100644 --- a/rustdoc/map_gui/tools/constant.NEXT_RELEASE.html +++ b/rustdoc/map_gui/tools/constant.NEXT_RELEASE.html @@ -4,5 +4,5 @@
const NEXT_RELEASE: &str = "0.3.23";
+

Constant map_gui::tools::NEXT_RELEASE

source · []
const NEXT_RELEASE: &str = "0.3.24";
\ No newline at end of file diff --git a/rustdoc/map_gui/tools/title_screen/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/map_gui/tools/title_screen/built_info/constant.BUILT_TIME_UTC.html index 7dcb5873b7..fb5ba710db 100644 --- a/rustdoc/map_gui/tools/title_screen/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/map_gui/tools/title_screen/built_info/constant.BUILT_TIME_UTC.html @@ -4,6 +4,6 @@
pub const BUILT_TIME_UTC: &str = r"Mon, 30 May 2022 15:52:25 +0000";
Expand description

The build time in RFC2822, UTC.

+

Constant map_gui::tools::title_screen::built_info::BUILT_TIME_UTC

source · []
pub const BUILT_TIME_UTC: &str = r"Mon, 30 May 2022 16:56:24 +0000";
Expand description

The build time in RFC2822, UTC.

\ No newline at end of file diff --git a/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-4f1d52d4453364c7/out/built.rs.html b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-4f1d52d4453364c7/out/built.rs.html index a4414a9f4a..8a6362237e 100644 --- a/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-4f1d52d4453364c7/out/built.rs.html +++ b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-4f1d52d4453364c7/out/built.rs.html @@ -179,7 +179,7 @@ pub const RUSTDOC_VERSION: &str = r"rustdoc 1.61.0 (fe5b13d68 2022-05-18)"; #[doc=r#"The build time in RFC2822, UTC."#] #[allow(dead_code)] -pub const BUILT_TIME_UTC: &str = r"Mon, 30 May 2022 15:52:25 +0000"; +pub const BUILT_TIME_UTC: &str = r"Mon, 30 May 2022 16:56:24 +0000"; #[doc=r#"The target architecture, given by `CARGO_CFG_TARGET_ARCH`."#] #[allow(dead_code)] pub const CFG_TARGET_ARCH: &str = r"x86_64"; diff --git a/rustdoc/src/map_gui/tools/mod.rs.html b/rustdoc/src/map_gui/tools/mod.rs.html index 15e9b6c8a7..0e8f56bcee 100644 --- a/rustdoc/src/map_gui/tools/mod.rs.html +++ b/rustdoc/src/map_gui/tools/mod.rs.html @@ -487,7 +487,7 @@ mod waypoints; // Update this ___before___ pushing the commit with "[rebuild] [release]". -const NEXT_RELEASE: &str = "0.3.23"; +const NEXT_RELEASE: &str = "0.3.24"; /// Returns the version of A/B Street to link to. When building for a release, this points to that /// new release. Otherwise it points to the current dev version.