Skip to content

Commit 6ff4e51

Browse files
committed
chore(engine): upgrade vbare 0.0.4 (#3511)
1 parent 0f3c329 commit 6ff4e51

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,10 @@ default-features = false
256256
features = ["ansi","fmt","json","env-filter"]
257257

258258
[workspace.dependencies.vbare]
259-
git = "https://github.com/rivet-dev/vbare"
260-
rev = "3ae474a0234801bb96d70bec4eddd4f2d640971e"
259+
version = "0.0.4"
261260

262261
[workspace.dependencies.vbare-compiler]
263-
version = "0.0.2"
262+
version = "0.0.4"
264263

265264
[workspace.dependencies.pegboard-actor-kv]
266265
path = "engine/packages/actor-kv"

scripts/run/docker/engine-postgres.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ fi
3030

3131
cd "${REPO_ROOT}"
3232

33+
RUST_BACKTRACE=full \
3334
RIVET__POSTGRES__URL=postgres://postgres:postgres@localhost:5432/postgres \
3435
RUST_LOG=debug \
3536
RUST_LOG_TARGET=1 \

scripts/run/docker/engine-rocksdb.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ REPO_ROOT="$(cd "${SCRIPT_DIR}/../.." && pwd)"
66

77
cd "${REPO_ROOT}"
88

9+
RUST_BACKTRACE=full \
910
RUST_LOG="${RUST_LOG:-"opentelemetry_sdk=off,opentelemetry-otlp=info,tower::buffer::worker=info,debug"}" \
1011
RUST_LOG_TARGET=1 \
1112
RIVET__PEGBOARD__RETRY_RESET_DURATION="100" \

0 commit comments

Comments
 (0)