From 0e756aefecaf9f5cbdf0d2dbfdec989702c471bf Mon Sep 17 00:00:00 2001 From: dabreegster Date: Sun, 23 Jan 2022 18:43:48 +0000 Subject: [PATCH] deploy: bc4f59e566ae94c2c9fd6f54b024fbd47f6da579 --- rustdoc/map_gui/tools/constant.NEXT_RELEASE.html | 2 +- .../tools/title_screen/built_info/constant.BUILT_TIME_UTC.html | 2 +- .../debug/build/map_gui-c32b77646ab1d63c/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 be50c1dd40..1379c8fb0d 100644 --- a/rustdoc/map_gui/tools/constant.NEXT_RELEASE.html +++ b/rustdoc/map_gui/tools/constant.NEXT_RELEASE.html @@ -1,3 +1,3 @@ NEXT_RELEASE in map_gui::tools - Rust -

Constant map_gui::tools::NEXT_RELEASE[][src]

const NEXT_RELEASE: &str = "0.3.8";
+

Constant map_gui::tools::NEXT_RELEASE[][src]

const NEXT_RELEASE: &str = "0.3.9";
\ 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 7730b3741e..2a815ba621 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 @@ -1,4 +1,4 @@ BUILT_TIME_UTC in map_gui::tools::title_screen::built_info - Rust -

Constant map_gui::tools::title_screen::built_info::BUILT_TIME_UTC[][src]

pub const BUILT_TIME_UTC: &str = r"Sun, 23 Jan 2022 10:35:39 +0000";
Expand description

The build time in RFC2822, UTC.

+

Constant map_gui::tools::title_screen::built_info::BUILT_TIME_UTC[][src]

pub const BUILT_TIME_UTC: &str = r"Sun, 23 Jan 2022 18:42:46 +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-c32b77646ab1d63c/out/built.rs.html b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-c32b77646ab1d63c/out/built.rs.html index 1156b33f6c..4e36e9848e 100644 --- a/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-c32b77646ab1d63c/out/built.rs.html +++ b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-c32b77646ab1d63c/out/built.rs.html @@ -175,7 +175,7 @@ pub const RUSTDOC_VERSION: &str = r"rustdoc 1.58.1 (db9d1b20b 2022-01-20)"; #[doc=r#"The build time in RFC2822, UTC."#] #[allow(dead_code)] -pub const BUILT_TIME_UTC: &str = r"Sun, 23 Jan 2022 10:35:39 +0000"; +pub const BUILT_TIME_UTC: &str = r"Sun, 23 Jan 2022 18:42:46 +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 e728faeab5..c8e48d43e8 100644 --- a/rustdoc/src/map_gui/tools/mod.rs.html +++ b/rustdoc/src/map_gui/tools/mod.rs.html @@ -456,7 +456,7 @@ mod waypoints; // Update this ___before___ pushing the commit with "[rebuild] [release]". -const NEXT_RELEASE: &str = "0.3.8"; +const NEXT_RELEASE: &str = "0.3.9"; /// 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.