diff --git a/rustdoc/map_gui/tools/constant.NEXT_RELEASE.html b/rustdoc/map_gui/tools/constant.NEXT_RELEASE.html index 76f5264d00..3cf39e967a 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.28";
+

Constant map_gui::tools::NEXT_RELEASE

source · []
const NEXT_RELEASE: &str = "0.3.29";
\ 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 bb03ec1c6b..c4f17dd28e 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"Fri, 05 Aug 2022 13:46:11 +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"Fri, 05 Aug 2022 14:46:02 +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-163541a4ac2f3b12/out/built.rs.html b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-163541a4ac2f3b12/out/built.rs.html index a076747052..507bbc4400 100644 --- a/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-163541a4ac2f3b12/out/built.rs.html +++ b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-163541a4ac2f3b12/out/built.rs.html @@ -179,7 +179,7 @@ pub const RUSTDOC_VERSION: &str = r"rustdoc 1.62.1 (e092d0b6b 2022-07-16)"; #[doc=r#"The build time in RFC2822, UTC."#] #[allow(dead_code)] -pub const BUILT_TIME_UTC: &str = r"Fri, 05 Aug 2022 13:46:11 +0000"; +pub const BUILT_TIME_UTC: &str = r"Fri, 05 Aug 2022 14:46:02 +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 9fbea78c14..05a6146ecc 100644 --- a/rustdoc/src/map_gui/tools/mod.rs.html +++ b/rustdoc/src/map_gui/tools/mod.rs.html @@ -493,7 +493,7 @@ mod waypoints; // Update this ___before___ pushing the commit with "[rebuild] [release]". -const NEXT_RELEASE: &str = "0.3.28"; +const NEXT_RELEASE: &str = "0.3.29"; /// 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.