mirror of
https://github.com/kata-containers/cgroups-rs.git
synced 2026-08-05 02:13:23 +00:00
Merge pull request #167 from zvonkok/bump-oci-spec
build: Bump oci-spec to 0.10.0
This commit is contained in:
3
.github/workflows/bvt.yaml
vendored
3
.github/workflows/bvt.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user