Skip to content

Commit

Permalink
add numerated to safe deps
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Apr 19, 2024
1 parent acf40b6 commit fe8c112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/crates-io/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use anyhow::Result;
use std::process::{Command, ExitStatus};

/// Required Packages without local dependencies.
pub const SAFE_DEPENDENCIES: [&str; 12] = [
pub const SAFE_DEPENDENCIES: [&str; 13] = [
"actor-system-error",
"galloc",
"gear-stack-buffer",
Expand All @@ -42,6 +42,7 @@ pub const SAFE_DEPENDENCIES: [&str; 12] = [
"gsdk-codegen",
"gstd-codegen",
"gsys",
"numerated",
];

/// Required packages with local dependencies.
Expand Down

0 comments on commit fe8c112

Please sign in to comment.