Skip to content

Commit

Permalink
deprecate crates
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Jan 30, 2024
1 parent a5c8733 commit 6fbaa4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions primitives/src/identifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const DEFAULT_NAMESPACE: &str = "rimecraft";
///
/// This type represents `net.minecraft.util.Identifier` (yarn).
#[derive(PartialEq, Eq, Clone, Hash, Debug)]
#[deprecated = "use crate `rimecraft-identifier` instead"]
pub struct Identifier {
#[cfg(feature = "caches")]
namespace: crate::Ref<'static, String>,
Expand Down
2 changes: 2 additions & 0 deletions util/caches/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![deprecated = "use crate `rimecraft-interner` instead"]

#[cfg(feature = "arc")]
pub mod arc;

Expand Down

0 comments on commit 6fbaa4e

Please sign in to comment.