From 0e39b85fdf01eb9fd257e1db7ddf73868a9b61f6 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Mon, 22 Aug 2022 16:44:45 +0000 Subject: [PATCH] deploy: 8ded969f43a8afd813e22f0f7c179b61034a0228 --- rustdoc/map_gui/tools/constant.NEXT_RELEASE.html | 2 +- .../tools/title_screen/built_info/constant.BUILT_TIME_UTC.html | 2 +- .../debug/build/map_gui-75a1a9aea4e34b56/out/built.rs.html | 2 +- rustdoc/src/map_gui/tools/mod.rs.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rustdoc/map_gui/tools/constant.NEXT_RELEASE.html b/rustdoc/map_gui/tools/constant.NEXT_RELEASE.html index e8f55fdf78..7146952aa8 100644 --- a/rustdoc/map_gui/tools/constant.NEXT_RELEASE.html +++ b/rustdoc/map_gui/tools/constant.NEXT_RELEASE.html @@ -5,5 +5,5 @@
const NEXT_RELEASE: &str = "0.3.31";
+

Constant map_gui::tools::NEXT_RELEASE

source · []
const NEXT_RELEASE: &str = "0.3.32";
\ 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 50d2d31342..312d36bc2d 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 @@ -5,6 +5,6 @@
pub const BUILT_TIME_UTC: &str = r"Mon, 22 Aug 2022 16:01:05 +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, 22 Aug 2022 16:43:25 +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-75a1a9aea4e34b56/out/built.rs.html b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-75a1a9aea4e34b56/out/built.rs.html index 5e1e8db1f1..0d8c1e1ea8 100644 --- a/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-75a1a9aea4e34b56/out/built.rs.html +++ b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-75a1a9aea4e34b56/out/built.rs.html @@ -180,7 +180,7 @@ pub const RUSTDOC_VERSION: &str = r"rustdoc 1.63.0 (4b91a6ea7 2022-08-08)"; #[doc=r#"The build time in RFC2822, UTC."#] #[allow(dead_code)] -pub const BUILT_TIME_UTC: &str = r"Mon, 22 Aug 2022 16:01:05 +0000"; +pub const BUILT_TIME_UTC: &str = r"Mon, 22 Aug 2022 16:43:25 +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 1be9d61faf..2de99d438b 100644 --- a/rustdoc/src/map_gui/tools/mod.rs.html +++ b/rustdoc/src/map_gui/tools/mod.rs.html @@ -494,7 +494,7 @@ mod waypoints; // Update this ___before___ pushing the commit with "[rebuild] [release]". -const NEXT_RELEASE: &str = "0.3.31"; +const NEXT_RELEASE: &str = "0.3.32"; /// 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.