Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
deprecate crate
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis committed Mar 4, 2024
1 parent bfc9e26 commit b2d3d8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "devela_depend"
description = "Optional external dependencies for `devela`."
version = "0.4.1"
version = "0.5.0"
edition = "2021"
# sync with readme & .github/workflows/check.yml
rust-version = "1.72.1" # required by: hashbrown: ahash
Expand Down Expand Up @@ -138,4 +138,4 @@ no-default-features = true
features = ["docsrs"]

[badges]
maintenance = { status = "experimental" }
maintenance = { status = "deprecated" }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ See [the documentation](https://docs.rs/devela_depend/) for more information.

## Status

This is currently in an experimental stage of development.
This crate is deprecated.

## License
This project is dual licensed under either [MIT](LICENSE-MIT)
Expand Down

0 comments on commit b2d3d8b

Please sign in to comment.