Merge pull request #167 from zvonkok/bump-oci-spec

build: Bump oci-spec to 0.10.0
This commit is contained in:
Tim Zhang
2026-07-10 12:02:56 +08:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
name: BVT
on: [pull_request]
env:
RUST_VERSION: 1.85.1
RUST_VERSION: 1.90.0
jobs:
build:
name: Build
@@ -35,4 +35,3 @@ jobs:
- run: rustup install ${{ env.RUST_VERSION }} && rustup default ${{ env.RUST_VERSION }}
- run: make test

View File

@@ -17,7 +17,7 @@ nix = { version = "0.25.0", default-features = false, features = ["event", "fs",
libc = "0.2"
serde = { version = "1.0", features = ["derive"], optional = true }
thiserror = "1"
oci-spec = { version = "0.8.1", optional = true }
oci-spec = { version = "0.10.0", optional = true }
zbus = "5.8"
bit-vec = "0.6"