From 201d9716aa3e174f0ba3710343eb0164c03fdc9f Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Mon, 9 May 2022 22:31:13 -0700 Subject: [PATCH] Deprecated monstermos and putnamos --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/turfs/monstermos.rs | 1 + src/turfs/putnamos.rs | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb51015..cd9fc39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "auxmos" -version = "1.0.3" +version = "1.1.0" dependencies = [ "ahash", "atomic_float", diff --git a/Cargo.toml b/Cargo.toml index 4120ff0..d633257 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "auxmos" -version = "1.0.3" +version = "1.1.0" authors = ["Putnam "] edition = "2021" diff --git a/src/turfs/monstermos.rs b/src/turfs/monstermos.rs index 84c4728..98d26e5 100644 --- a/src/turfs/monstermos.rs +++ b/src/turfs/monstermos.rs @@ -733,6 +733,7 @@ fn process_planet_turfs( Ok(Value::null()) } +#[deprecated(note = "Katmos should be used intead of Monstermos or Putnamos, as that one is actively maintained.")] pub(crate) fn equalize( equalize_turf_limit: usize, equalize_hard_turf_limit: usize, diff --git a/src/turfs/putnamos.rs b/src/turfs/putnamos.rs index bf49ac4..acfe36f 100644 --- a/src/turfs/putnamos.rs +++ b/src/turfs/putnamos.rs @@ -133,7 +133,7 @@ fn explosively_depressurize( // Just floodfills to lower-pressure turfs until it can't find any more. -#[deprecated(note = "Prefer monstermos.")] +#[deprecated(note = "Katmos should be used intead of Monstermos or Putnamos, as that one is actively maintained.")] pub fn equalize( equalize_turf_limit: usize, equalize_hard_turf_limit: usize,