Skip to content

Commit

Permalink
Deprecated monstermos and putnamos
Browse files Browse the repository at this point in the history
  • Loading branch information
Putnam3145 committed May 10, 2022
1 parent 8a021db commit 201d971
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "auxmos"
version = "1.0.3"
version = "1.1.0"
authors = ["Putnam <putnam3145@gmail.com>"]
edition = "2021"

Expand Down
1 change: 1 addition & 0 deletions src/turfs/monstermos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/turfs/putnamos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 201d971

Please sign in to comment.