From 481898c30777323f0a029479ef0f1030a1f93502 Mon Sep 17 00:00:00 2001 From: Charles Jeffries Date: Wed, 22 May 2024 13:01:18 -0700 Subject: [PATCH] Remove references to active development pros-rs is no longer actively maintained, and furthermore this point was originally inaccurate because PROS is also actively maintained. --- packages/pros/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/pros/src/lib.rs b/packages/pros/src/lib.rs index 9f10b46f..10158f63 100644 --- a/packages/pros/src/lib.rs +++ b/packages/pros/src/lib.rs @@ -5,7 +5,6 @@ //! Advantages over similar libraries or PROS itself: //! - Pros-rs has an [`Async executor`](async_runtime) which allows for easy and performant asynchronous code. //! - Simulation support with [`pros-simulator`](https://crates.io/crates/pros-simulator) and any interface with it (e.g. [`pros-simulator-gui`](https://github.com/pros-rs/pros-simulator-gui)) -//! - Active development. Pros-rs is actively developed and maintained. //! - Pros-rs is a real crate on crates.io instead of a template, or similar. This allows for dependency management with cargo. //! //! # Usage