Skip to content

Commit

Permalink
🎨 Rename crate on Cargo.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Nov 16, 2024
1 parent 54c65ab commit 7740bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/theme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
crate-type = ["cdylib", "rlib"]

[dependencies]
hikari-types = { path = "../types" }
types = { path = "../types", package = "hikari-types" }

anyhow = { workspace = true }
async-trait = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub mod components;
pub mod context;
pub mod prelude;
pub use hikari_types as types;
pub use types;

0 comments on commit 7740bdb

Please sign in to comment.