From 773553d3505f4904e70efdcf681a8decbb0bc18b Mon Sep 17 00:00:00 2001 From: dabreegster Date: Sun, 12 Jun 2022 17:15:29 +0000 Subject: [PATCH] deploy: 58a1a5e0a2b1867247c6a557bdd7bd092ce91057 --- rustdoc/map_gui/tools/constant.NEXT_RELEASE.html | 2 +- .../tools/title_screen/built_info/constant.BUILT_TIME_UTC.html | 2 +- .../debug/build/map_gui-ed50344f6d8f69b9/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 efc52b4077..2fefdc03c3 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.24";
+

Constant map_gui::tools::NEXT_RELEASE

source · []
const NEXT_RELEASE: &str = "0.3.25";
\ 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 c8336c1b62..ed5200a8f2 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"Sun, 12 Jun 2022 16:19:22 +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"Sun, 12 Jun 2022 17:14:28 +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-ed50344f6d8f69b9/out/built.rs.html b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-ed50344f6d8f69b9/out/built.rs.html index 59b19b3a2e..16a2d1d41e 100644 --- a/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-ed50344f6d8f69b9/out/built.rs.html +++ b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-ed50344f6d8f69b9/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"Sun, 12 Jun 2022 16:19:22 +0000"; +pub const BUILT_TIME_UTC: &str = r"Sun, 12 Jun 2022 17:14:28 +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 fe13472b9f..7963647b51 100644 --- a/rustdoc/src/map_gui/tools/mod.rs.html +++ b/rustdoc/src/map_gui/tools/mod.rs.html @@ -491,7 +491,7 @@ mod waypoints; // Update this ___before___ pushing the commit with "[rebuild] [release]". -const NEXT_RELEASE: &str = "0.3.24"; +const NEXT_RELEASE: &str = "0.3.25"; /// 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.