From a38707fa530dfada1e0f42ad08e9013bb941fcec Mon Sep 17 00:00:00 2001 From: dabreegster Date: Sun, 21 Mar 2021 23:40:38 +0000 Subject: [PATCH] deploy: c68d0fdc6bf01714b139b90fa831e606d7c24e39 --- rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/map_gui/tools/updater/constant.NEXT_RELEASE.html | 2 +- .../target/debug/build/game-a95c4551e63dceca/out/built.rs.html | 2 +- rustdoc/src/map_gui/tools/updater.rs.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html index abadfcc6db..a1eb5cfc08 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,5 +1,5 @@ game::pregame::built_info::BUILT_TIME_UTC - Rust

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Sun, 21 Mar 2021 18:32:51 +0000";

The built-time in RFC2822, UTC

+ Change settings

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Sun, 21 Mar 2021 23:37:42 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/map_gui/tools/updater/constant.NEXT_RELEASE.html b/rustdoc/map_gui/tools/updater/constant.NEXT_RELEASE.html index 4941300a9a..fb5545f292 100644 --- a/rustdoc/map_gui/tools/updater/constant.NEXT_RELEASE.html +++ b/rustdoc/map_gui/tools/updater/constant.NEXT_RELEASE.html @@ -1,4 +1,4 @@ map_gui::tools::updater::NEXT_RELEASE - Rust

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

const NEXT_RELEASE: &str = "0.2.36";
\ No newline at end of file + Change settings

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

const NEXT_RELEASE: &str = "0.2.37";
\ No newline at end of file diff --git a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-a95c4551e63dceca/out/built.rs.html b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-a95c4551e63dceca/out/built.rs.html index 67d388ecc3..166193128b 100644 --- a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-a95c4551e63dceca/out/built.rs.html +++ b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-a95c4551e63dceca/out/built.rs.html @@ -122,7 +122,7 @@ /// The output of `rustdoc -V` pub const RUSTDOC_VERSION: &str = "rustdoc 1.50.0 (cb75ad5db 2021-02-10)"; /// The built-time in RFC2822, UTC -pub const BUILT_TIME_UTC: &str = "Sun, 21 Mar 2021 18:32:51 +0000"; +pub const BUILT_TIME_UTC: &str = "Sun, 21 Mar 2021 23:37:42 +0000"; /// The target architecture, given by `cfg!(target_arch)`. pub const CFG_TARGET_ARCH: &str = "x86_64"; /// The endianness, given by `cfg!(target_endian)`. diff --git a/rustdoc/src/map_gui/tools/updater.rs.html b/rustdoc/src/map_gui/tools/updater.rs.html index 9319aa2037..2a11dcc6c2 100644 --- a/rustdoc/src/map_gui/tools/updater.rs.html +++ b/rustdoc/src/map_gui/tools/updater.rs.html @@ -253,7 +253,7 @@ use crate::AppLike; // Update this ___before___ pushing the commit with "[rebuild] [release]". -const NEXT_RELEASE: &str = "0.2.36"; +const NEXT_RELEASE: &str = "0.2.37"; pub struct Picker<A: AppLike> { panel: Panel,