1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-12 18:46:13 +02:00

Rust 1.68.2

Signed-off-by: utam0k <k0ma@utam0k.jp>
This commit is contained in:
utam0k 2023-03-29 11:12:27 +00:00
parent bb7ff8e59a
commit f3a16fae3f
No known key found for this signature in database
GPG Key ID: 2DB29D2A21B41E0E
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1598,7 +1598,7 @@ checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
[[package]]
name = "libcgroups"
version = "0.0.4"
version = "0.0.5"
dependencies = [
"anyhow",
"clap",
@ -1622,7 +1622,7 @@ dependencies = [
[[package]]
name = "libcontainer"
version = "0.0.4"
version = "0.0.5"
dependencies = [
"anyhow",
"bitflags 2.0.2",
@ -1684,7 +1684,7 @@ dependencies = [
[[package]]
name = "liboci-cli"
version = "0.0.4"
version = "0.0.5"
dependencies = [
"clap",
]
@ -4274,7 +4274,7 @@ dependencies = [
[[package]]
name = "youki"
version = "0.0.4"
version = "0.0.5"
dependencies = [
"anyhow",
"caps",

View File

@ -1,3 +1,3 @@
[toolchain]
profile="default"
channel="1.67.0"
channel="1.68.2"