From 9a7e8db348135b75451c83ac157fd2723fe9c2a8 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Sun, 14 Feb 2021 23:43:43 +0000 Subject: [PATCH] deploy: 9b1b9f467e282c614dccf84b727808a02ff5e84f --- 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 f0f1898efd..3427aa99a5 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, 14 Feb 2021 22:20:38 +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, 14 Feb 2021 23:41:09 +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 aec2548214..f5343dd42e 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.31";
\ No newline at end of file + Change settings

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

const NEXT_RELEASE: &str = "0.2.32";
\ 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 9580dd90cb..85640815b5 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, 14 Feb 2021 22:20:38 +0000"; +pub const BUILT_TIME_UTC: &str = "Sun, 14 Feb 2021 23:41:09 +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 4c9d08f316..554f7eeba7 100644 --- a/rustdoc/src/map_gui/tools/updater.rs.html +++ b/rustdoc/src/map_gui/tools/updater.rs.html @@ -219,7 +219,7 @@ use crate::AppLike; // Update this ___before___ pushing the commit with "[rebuild] [release]". -const NEXT_RELEASE: &str = "0.2.31"; +const NEXT_RELEASE: &str = "0.2.32"; pub struct Picker<A: AppLike> { panel: Panel,