Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/crates-io/src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub fn patch(pkg: &Package, is_published: bool, is_actualized: bool) -> Result<M
"gear-core-processor" => core_processor::patch(doc),
"gear-sandbox" => sandbox::patch(doc),
"gear-sandbox-host" => sandbox_host::patch(doc),
"gear-sandbox-interface" => sandbox_interface::patch(doc),
"gear-sandbox-interface" | "gear-runtime-interface" => sandbox_interface::patch(doc),
Comment thread
playX18 marked this conversation as resolved.
_ => {}
}

Expand Down
1 change: 1 addition & 0 deletions utils/crates-io/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ pub const STACKED_DEPENDENCIES: &[&str] = &[
"gear-lazy-pages-common",
"gear-lazy-pages",
"gear-sandbox-interface",
"gear-runtime-interface",
"gear-sandbox",
"gear-core-backend",
"gear-core-processor",
Expand Down
12 changes: 6 additions & 6 deletions utils/gear-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ errno = { version = "0.3" }
gimli = { version = "0.28" }
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should not affect workspace hack

hyper-rustls = { version = "0.27", default-features = false, features = ["aws-lc-rs", "http1", "http2", "logging", "ring", "tls12", "webpki-tokio"] }
hyper-util = { version = "0.1", default-features = false, features = ["client-proxy"] }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13", default-features = false, features = ["use_std"] }
Comment thread
playX18 marked this conversation as resolved.
libc = { version = "0.2", default-features = false, features = ["extra_traits"] }
miniz_oxide = { version = "0.8", default-features = false, features = ["simd", "with-alloc"] }
mio = { version = "1", features = ["net", "os-ext"] }
Expand All @@ -803,7 +803,7 @@ errno = { version = "0.3" }
gimli = { version = "0.28" }
hyper-rustls = { version = "0.27", default-features = false, features = ["aws-lc-rs", "http1", "http2", "logging", "ring", "tls12", "webpki-tokio"] }
hyper-util = { version = "0.1", default-features = false, features = ["client-proxy"] }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13", default-features = false, features = ["use_std"] }
libc = { version = "0.2", default-features = false, features = ["extra_traits"] }
miniz_oxide = { version = "0.8", default-features = false, features = ["simd", "with-alloc"] }
mio = { version = "1", features = ["net", "os-ext"] }
Expand All @@ -828,7 +828,7 @@ errno = { version = "0.3" }
gimli = { version = "0.28" }
hyper-rustls = { version = "0.27", default-features = false, features = ["aws-lc-rs", "http1", "http2", "logging", "ring", "tls12", "webpki-tokio"] }
hyper-util = { version = "0.1", default-features = false, features = ["client-proxy"] }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13", default-features = false, features = ["use_std"] }
libc = { version = "0.2", default-features = false, features = ["extra_traits"] }
miniz_oxide = { version = "0.8", default-features = false, features = ["simd", "with-alloc"] }
mio = { version = "1", features = ["net", "os-ext"] }
Expand All @@ -851,7 +851,7 @@ errno = { version = "0.3" }
gimli = { version = "0.28" }
hyper-rustls = { version = "0.27", default-features = false, features = ["aws-lc-rs", "http1", "http2", "logging", "ring", "tls12", "webpki-tokio"] }
hyper-util = { version = "0.1", default-features = false, features = ["client-proxy"] }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13", default-features = false, features = ["use_std"] }
libc = { version = "0.2", default-features = false, features = ["extra_traits"] }
miniz_oxide = { version = "0.8", default-features = false, features = ["simd", "with-alloc"] }
mio = { version = "1", features = ["net", "os-ext"] }
Expand All @@ -875,7 +875,7 @@ errno = { version = "0.3" }
gimli = { version = "0.28" }
hyper-rustls = { version = "0.27", default-features = false, features = ["aws-lc-rs", "http1", "http2", "logging", "ring", "tls12", "webpki-tokio"] }
hyper-util = { version = "0.1", default-features = false, features = ["client-proxy"] }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13", default-features = false, features = ["use_std"] }
libc = { version = "0.2", default-features = false, features = ["extra_traits"] }
miniz_oxide = { version = "0.8", default-features = false, features = ["simd", "with-alloc"] }
nom = { version = "7" }
Expand All @@ -897,7 +897,7 @@ errno = { version = "0.3" }
gimli = { version = "0.28" }
hyper-rustls = { version = "0.27", default-features = false, features = ["aws-lc-rs", "http1", "http2", "logging", "ring", "tls12", "webpki-tokio"] }
hyper-util = { version = "0.1", default-features = false, features = ["client-proxy"] }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13", default-features = false, features = ["use_std"] }
libc = { version = "0.2", default-features = false, features = ["extra_traits"] }
miniz_oxide = { version = "0.8", default-features = false, features = ["simd", "with-alloc"] }
nom = { version = "7" }
Expand Down
Loading