Skip to content

Commit 1157546

Browse files
authored
fix: actor idx (#3587)
1 parent 2a77804 commit 1157546

12 files changed

Lines changed: 2968 additions & 3390 deletions

File tree

Cargo.lock

Lines changed: 120 additions & 3016 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ rev = "b9f8bfa"
8080
git = "https://github.com/rivet-gg/deno_core"
8181
rev = "8a313913fa73d58f4f9532565b0084e723bc34ad"
8282

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

8787
[workspace.dependencies.api-helper]
8888
path = "packages/common/api-helper/build"
@@ -665,6 +665,9 @@ path = "packages/core/services/game/ops/version-list"
665665
[workspace.dependencies.game-version-validate]
666666
path = "packages/core/services/game/ops/version-validate"
667667

668+
[workspace.dependencies.core-guard]
669+
path = "packages/core/services/guard"
670+
668671
[workspace.dependencies.ip-info]
669672
path = "packages/core/services/ip/ops/info"
670673

packages/common/fdb-util/src/keys.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pub const SQLITE: usize = 44;
4646
pub const INTERNAL: usize = 45;
4747
pub const METADATA: usize = 46;
4848
pub const COMPRESSED_DATA: usize = 47;
49+
pub const ACTIVE: usize = 48;
4950

5051
// Directories with fdbrs must use string paths instead of tuples
5152
pub mod dir {

packages/edge/infra/client/isolate-v8-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ path = "src/main.rs"
1313
anyhow.workspace = true
1414
deno_ast = "0.42.1"
1515
deno_core.workspace = true
16-
deno_runtime.workspace = true
16+
# deno_runtime.workspace = true
1717
fdb-util.workspace = true
1818
foundationdb.workspace = true
1919
futures-util = { version = "0.3" }

0 commit comments

Comments
 (0)