From f6c9f01b24f302d39861989c6a56b9136e9c4404 Mon Sep 17 00:00:00 2001 From: Guillaume Binet Date: Fri, 31 Jan 2025 07:09:36 -0600 Subject: [PATCH] Adding dependency deprecation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d068f8e02..f4daa9ec0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![copper](https://github.com/gbin/copper-project/actions/workflows/general.yml/badge.svg)](https://github.com/gbin/copper-project/actions/workflows/general.yml) ![GitHub last commit](https://img.shields.io/github/last-commit/copper-project/copper-rs) ![](https://img.shields.io/badge/Rust-1.80+-orange.svg) +[![dependency status](https://deps.rs/repo/github/copper-project/copper-rs/status.svg)](https://deps.rs/repo/github/copper-project/copper-rs) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Discord](https://img.shields.io/discord/1305916875741597826?logo=discord)](https://discord.gg/VkCG7Sb9Kw) @@ -280,4 +281,4 @@ on any of those, please let us know!: their robots without duplicating their entire RON file. - [ ] **Extensible scheduling**: Enables a way to give hints to copper to schedule better the workload at compile time. - [ ] **Swarm support**: Implement Zenoh to allow a swarm of robots powered by Copper to cooperate. -- [ ] **MCAP support**: Allow the interfacing of Foxglove and ROS ecosystems at the logging level. \ No newline at end of file +- [ ] **MCAP support**: Allow the interfacing of Foxglove and ROS ecosystems at the logging level.