Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3,136 changes: 120 additions & 3,016 deletions Cargo.lock

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ rev = "b9f8bfa"
git = "https://github.com/rivet-gg/deno_core"
rev = "8a313913fa73d58f4f9532565b0084e723bc34ad"

[workspace.dependencies.deno_runtime]
git = "https://github.com/rivet-gg/deno"
rev = "a6903d67063e07b82836399f63c7a0fa5be8bf56"
# [workspace.dependencies.deno_runtime]
# git = "https://github.com/rivet-gg/deno"
# rev = "a6903d67063e07b82836399f63c7a0fa5be8bf56"

[workspace.dependencies.api-helper]
path = "packages/common/api-helper/build"
Expand Down Expand Up @@ -665,6 +665,9 @@ path = "packages/core/services/game/ops/version-list"
[workspace.dependencies.game-version-validate]
path = "packages/core/services/game/ops/version-validate"

[workspace.dependencies.core-guard]
path = "packages/core/services/guard"

[workspace.dependencies.ip-info]
path = "packages/core/services/ip/ops/info"

Expand Down
1 change: 1 addition & 0 deletions packages/common/fdb-util/src/keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pub const SQLITE: usize = 44;
pub const INTERNAL: usize = 45;
pub const METADATA: usize = 46;
pub const COMPRESSED_DATA: usize = 47;
pub const ACTIVE: usize = 48;

// Directories with fdbrs must use string paths instead of tuples
pub mod dir {
Expand Down
2 changes: 1 addition & 1 deletion packages/edge/infra/client/isolate-v8-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/main.rs"
anyhow.workspace = true
deno_ast = "0.42.1"
deno_core.workspace = true
deno_runtime.workspace = true
# deno_runtime.workspace = true
fdb-util.workspace = true
foundationdb.workspace = true
futures-util = { version = "0.3" }
Expand Down
Loading
Loading