From db3b9b7b6780c3cb90eed7aad9ecbce58a2cd86f Mon Sep 17 00:00:00 2001 From: dabreegster Date: Sun, 12 Dec 2021 10:11:21 +0000 Subject: [PATCH] deploy: 5410caf1e8147f94fdc2ccd7db0244cddedc0756 --- rustdoc/map_gui/tools/constant.NEXT_RELEASE.html | 2 +- .../tools/title_screen/built_info/constant.BUILT_TIME_UTC.html | 2 +- .../debug/build/map_gui-5b11ba30aa99b1f3/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 edd1cd01e8..0fc99ed075 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.3";
+NEXT_RELEASE in map_gui::tools - Rust

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

const NEXT_RELEASE: &str = "0.3.4";
\ 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 15595a4cd5..c106d2f405 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, 12 Dec 2021 09:23:09 +0000";
Expand description

The build time in RFC2822, UTC.

+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, 12 Dec 2021 10:10:05 +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-5b11ba30aa99b1f3/out/built.rs.html b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-5b11ba30aa99b1f3/out/built.rs.html index 10c1768e86..da8bcc6f84 100644 --- a/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-5b11ba30aa99b1f3/out/built.rs.html +++ b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-5b11ba30aa99b1f3/out/built.rs.html @@ -174,7 +174,7 @@ pub const RUSTDOC_VERSION: &str = r"rustdoc 1.57.0 (f1edd0429 2021-11-29)"; #[doc=r#"The build time in RFC2822, UTC."#] #[allow(dead_code)] -pub const BUILT_TIME_UTC: &str = r"Sun, 12 Dec 2021 09:23:09 +0000"; +pub const BUILT_TIME_UTC: &str = r"Sun, 12 Dec 2021 10:10:05 +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 31be6681cc..c3908a19fd 100644 --- a/rustdoc/src/map_gui/tools/mod.rs.html +++ b/rustdoc/src/map_gui/tools/mod.rs.html @@ -416,7 +416,7 @@ mod url; // Update this ___before___ pushing the commit with "[rebuild] [release]". -const NEXT_RELEASE: &str = "0.3.3"; +const NEXT_RELEASE: &str = "0.3.4"; /// 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.