From 40a826814af0801e7bf083271f351bcad4c824d7 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Wed, 18 May 2022 16:43:16 +0000 Subject: [PATCH] deploy: 65af2b32d75cdcbe3313c2dd2410f27cddf69a69 --- rustdoc/map_gui/tools/constant.NEXT_RELEASE.html | 2 +- .../tools/title_screen/built_info/constant.BUILT_TIME_UTC.html | 2 +- .../debug/build/map_gui-f69e066278ff4726/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 51fe4adc2d..6dbc8f0f66 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.22";
+

Constant map_gui::tools::NEXT_RELEASE

source · []
const NEXT_RELEASE: &str = "0.3.23";
\ 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 cf0263ed3a..fa2894c12c 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"Wed, 18 May 2022 14:22:04 +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"Wed, 18 May 2022 16:42:00 +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-f69e066278ff4726/out/built.rs.html b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-f69e066278ff4726/out/built.rs.html index ac17ecf6c2..14f8d5e658 100644 --- a/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-f69e066278ff4726/out/built.rs.html +++ b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-f69e066278ff4726/out/built.rs.html @@ -179,7 +179,7 @@ pub const RUSTDOC_VERSION: &str = r"rustdoc 1.60.0 (7737e0b5c 2022-04-04)"; #[doc=r#"The build time in RFC2822, UTC."#] #[allow(dead_code)] -pub const BUILT_TIME_UTC: &str = r"Wed, 18 May 2022 14:22:04 +0000"; +pub const BUILT_TIME_UTC: &str = r"Wed, 18 May 2022 16:42:00 +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 3c9b1f31c7..a34f638a17 100644 --- a/rustdoc/src/map_gui/tools/mod.rs.html +++ b/rustdoc/src/map_gui/tools/mod.rs.html @@ -483,7 +483,7 @@ mod waypoints; // Update this ___before___ pushing the commit with "[rebuild] [release]". -const NEXT_RELEASE: &str = "0.3.22"; +const NEXT_RELEASE: &str = "0.3.23"; /// 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.