Skip to content

Commit add6507

Browse files
committed
Merge branch 'main' into feat/resource-constraints-api
2 parents 9051112 + dbdaa01 commit add6507

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ jobs:
143143
uses: cargo-bins/cargo-binstall@main
144144

145145
- name: Install nextest
146-
run: cargo binstall cargo-nextest@0.9.126 --secure --locked
146+
run: cargo binstall cargo-nextest --secure --locked --no-confirm
147+
env:
148+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
147149

148150
- name: Install python
149151
uses: actions/setup-python@v5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rusty V8 Binding
22

3-
V8 Version: 14.6.202.6
3+
V8 Version: 14.6.202.9
44

55
[![ci](https://github.com/denoland/rusty_v8/workflows/ci/badge.svg?branch=main)](https://github.com/denoland/rusty_v8/actions)
66
[![crates](https://img.shields.io/crates/v/v8.svg)](https://crates.io/crates/v8)

0 commit comments

Comments
 (0)